diff options
Diffstat (limited to 'Plugins/skins/commons.h')
-rw-r--r-- | Plugins/skins/commons.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Plugins/skins/commons.h b/Plugins/skins/commons.h index 10125f2..05bafe7 100644 --- a/Plugins/skins/commons.h +++ b/Plugins/skins/commons.h @@ -22,11 +22,13 @@ Boston, MA 02111-1307, USA. # define __COMMONS_H__
+#define OEMRESOURCE
#define _WIN32_WINNT 0x0400
#include <windows.h>
#include <tchar.h>
#include <stdio.h>
#include <time.h>
+#include <commctrl.h>
// Disable "...truncated to '255' characters in the debug information" warnings
|