|
@@ -19,10 +19,8 @@
|
|
|
#ifndef WINGRAPHICSWINDOW_H
|
|
#ifndef WINGRAPHICSWINDOW_H
|
|
|
#define WINGRAPHICSWINDOW_H
|
|
#define WINGRAPHICSWINDOW_H
|
|
|
|
|
|
|
|
-// include win32 defns for everything up to WinServer2003, and assume I'm smart
|
|
|
|
|
-// enough to use GetProcAddress for backward compat on w95/w98 for
|
|
|
|
|
-// newer fns
|
|
|
|
|
-#define _WIN32_WINNT 0x0502
|
|
|
|
|
|
|
+#include "pandabase.h"
|
|
|
|
|
+#include "graphicsWindow.h"
|
|
|
|
|
|
|
|
// Jesse thinks that this is supposed to say WIN32_LEAN_AND_MEAN, but he
|
|
// Jesse thinks that this is supposed to say WIN32_LEAN_AND_MEAN, but he
|
|
|
// doesn't want to fix what isn't broken.
|
|
// doesn't want to fix what isn't broken.
|
|
@@ -30,9 +28,6 @@
|
|
|
#include <windows.h>
|
|
#include <windows.h>
|
|
|
#undef WINDOWS_LEAN_AND_MEAN
|
|
#undef WINDOWS_LEAN_AND_MEAN
|
|
|
|
|
|
|
|
-#include "pandabase.h"
|
|
|
|
|
-#include "graphicsWindow.h"
|
|
|
|
|
-
|
|
|
|
|
class WinGraphicsPipe;
|
|
class WinGraphicsPipe;
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|