Made fixes for compiling with other distributions of MinGW

This commit is contained in:
Andrew D'Addesio 2012-10-18 09:51:23 -05:00
parent 227617b540
commit 3ab4f0caed
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,6 @@
#ifdef _WIN32
#define WINVER 0x0502
#define _WIN32_WINNT 0x0502
#define NTDDI_VERSION 0x05010300
#define _CRT_SECURE_NO_WARNINGS
#endif