don't include windows.h

svn path=/trunk/; revision=39500
This commit is contained in:
Christoph von Wittich 2009-02-08 20:23:28 +00:00
parent 18df5891c1
commit 43ef418be5

View file

@ -44,7 +44,8 @@
#define STRICT 1
#endif
#include <windows.h>
#include <windef.h>
#include <winbase.h>
/* Non documented stuff in MS Headers */
/* NurbsCallback */