Get Python XPCOM bindings building with 1.4. Not part of the build.

git-svn-id: svn://10.0.0.236/trunk@140482 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mhammond%skippinet.com.au
2003-04-01 13:22:16 +00:00
parent 75c07438a8
commit 3191e2e247
4 changed files with 16 additions and 42 deletions

View File

@@ -31,7 +31,9 @@
#include <prthread.h>
#ifdef XP_WIN
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include "windows.h"
#endif