diff options
Diffstat (limited to 'plugins/Db3x_mmap/src/commonheaders.h')
-rw-r--r-- | plugins/Db3x_mmap/src/commonheaders.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/commonheaders.h b/plugins/Db3x_mmap/src/commonheaders.h index 6fac634f56..4ddc34de68 100644 --- a/plugins/Db3x_mmap/src/commonheaders.h +++ b/plugins/Db3x_mmap/src/commonheaders.h @@ -24,6 +24,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _CRT_SECURE_NO_WARNINGS
#define _WIN32_WINNT 0x0501
+#pragma warning(disable:4509)
+
#include <windows.h>
#include <time.h>
#include <process.h>
|