// Created: 2003/07/22
// RCS-ID: $Id$
// Copyright: (c) 2003 Vaclav Slavik
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_WRAPWIN_H_
#define STRICT 1
#endif
+// don't define min() and max() as macros, they conflict with standard C++ ones
+#ifndef NOMINMAX
+ #define NOMINMAX
+#endif // NOMINMAX
+
#include <windows.h>
#ifdef __WXWINCE__