فهرست منبع

Add windows.h include

rdb 13 سال پیش
والد
کامیت
ef0805a549
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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