Browse Source

Add windows.h include

rdb 13 years ago
parent
commit
ef0805a549
1 changed files with 3 additions and 0 deletions
  1. 3 0
      direct/src/plugin/p3dCert.cxx

+ 3 - 0
direct/src/plugin/p3dCert.cxx

@@ -33,6 +33,9 @@
 #include "ca_bundle_data_src.c"
 
 #ifdef _WIN32
+#define WIN32_LEAN_AND_MEAN
+#include <windows.h>
+
 #define snprintf sprintf_s
 #endif