1
0
This commit is contained in:
Scott E. Graves
2017-03-28 12:41:17 -05:00
parent 0055169dca
commit ffaf818e5f
7 changed files with 38 additions and 27 deletions

View File

@@ -5,6 +5,9 @@
#define COMPAT_SIAD_VERSION "1.1.2"
#ifdef _WIN32
// Disable DLL-interface warnings
#pragma warning(disable: 4251)
// Unicode for Win32
#define UNICODE
#define _UNICODE