Redefine of WIN32_LEAN_AND_MEAN avoided

This commit is contained in:
Bei Yang 2009-09-07 22:39:52 +00:00
parent 2477befaa2
commit b3d2ec3db2
1 changed files with 7 additions and 3 deletions

View File

@ -17,13 +17,17 @@
#include "pandabase.h"
#include "graphicsWindow.h"
#define WIN32_LEAN_AND_MEAN 1
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#endif
#include <windows.h>
class WinGraphicsPipe;
#define PM_ACTIVE (WM_APP+123)
#define PM_INACTIVE (WM_APP+124)
#define PM_ACTIVE (WM_APP+123)
#define PM_INACTIVE (WM_APP+124)
////////////////////////////////////////////////////////////////////