diff options
Diffstat (limited to 'plugins/MirandaG15')
-rw-r--r-- | plugins/MirandaG15/src/LCDFramework/stdafx.h | 1 | ||||
-rw-r--r-- | plugins/MirandaG15/src/StdAfx.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/MirandaG15/src/LCDFramework/stdafx.h b/plugins/MirandaG15/src/LCDFramework/stdafx.h index 8830f34250..0ff159a86f 100644 --- a/plugins/MirandaG15/src/LCDFramework/stdafx.h +++ b/plugins/MirandaG15/src/LCDFramework/stdafx.h @@ -5,7 +5,6 @@ #define ASSERT assert
-#define _WIN32_WINNT 0x0500 // Needed for waitable timers
#include <Windows.h>
#include <tchar.h>
#include <string>
diff --git a/plugins/MirandaG15/src/StdAfx.h b/plugins/MirandaG15/src/StdAfx.h index cffc743a0c..3c2e1eb790 100644 --- a/plugins/MirandaG15/src/StdAfx.h +++ b/plugins/MirandaG15/src/StdAfx.h @@ -6,7 +6,6 @@ /* Common header files */
#include <assert.h>
-#define _WIN32_WINNT 0x0500 // Needed for waitable timers
#include <Windows.h>
#include <CommCtrl.h>
#include <tchar.h>
|