|
|
@@ -19,11 +19,11 @@
|
|
|
#include "pandabase.h"
|
|
|
#include "typedReferenceCount.h"
|
|
|
|
|
|
-#if defined(__WIN32__) || defined(_WIN32)
|
|
|
- #ifndef WIN32_LEAN_AND_MEAN
|
|
|
- #define WIN32_LEAN_AND_MEAN 1
|
|
|
- #endif
|
|
|
- #include <windows.h>
|
|
|
+#ifdef WIN32
|
|
|
+#ifndef WIN32_LEAN_AND_MEAN
|
|
|
+#define WIN32_LEAN_AND_MEAN 1
|
|
|
+#endif
|
|
|
+#include <windows.h>
|
|
|
#endif
|
|
|
|
|
|
/*
|
|
|
@@ -60,4 +60,4 @@ private:
|
|
|
static TypeHandle _type_handle;
|
|
|
};
|
|
|
|
|
|
-#endif //GRAPHICSWINDOWPROC_H
|
|
|
+#endif //GRAPHICSWINDOWPROC_H
|