From 4d01f5f5096cb4d22c4a7ba17cc82977c7f5f19b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 29 Oct 2013 18:17:04 +0000 Subject: Adopted MirandaG15 plugin First compilable version and 32-bit only. git-svn-id: http://svn.miranda-ng.org/main/trunk@6681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirandaG15/LCDFramework/src/stdafx.h | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 plugins/MirandaG15/LCDFramework/src/stdafx.h (limited to 'plugins/MirandaG15/LCDFramework/src/stdafx.h') diff --git a/plugins/MirandaG15/LCDFramework/src/stdafx.h b/plugins/MirandaG15/LCDFramework/src/stdafx.h new file mode 100644 index 0000000000..8830f34250 --- /dev/null +++ b/plugins/MirandaG15/LCDFramework/src/stdafx.h @@ -0,0 +1,33 @@ +#ifndef _STDAFX_H_ +#define _STDAFX_H_ + +#include + +#define ASSERT assert + +#define _WIN32_WINNT 0x0500 // Needed for waitable timers +#include +#include +#include +#include +#include +#include +using namespace std; + +#ifdef _UNICODE + #define tstring wstring +#else + #define tstring string +#endif + +#include "debug.h" +#include "misc.h" + +// HID Includes +#include +extern "C" +{ +#include "hidsdi.h" +} + +#endif \ No newline at end of file -- cgit v1.2.3