From c77821d0b4b3ae09e47ce6d6ca9d6b21dbb56d30 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 4 Nov 2013 08:59:15 +0000 Subject: LCDFramework project removed, integrated to MirandaG15 project git-svn-id: http://svn.miranda-ng.org/main/trunk@6767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirandaG15/src/LCDFramework/stdafx.h | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 plugins/MirandaG15/src/LCDFramework/stdafx.h (limited to 'plugins/MirandaG15/src/LCDFramework/stdafx.h') diff --git a/plugins/MirandaG15/src/LCDFramework/stdafx.h b/plugins/MirandaG15/src/LCDFramework/stdafx.h new file mode 100644 index 0000000000..8830f34250 --- /dev/null +++ b/plugins/MirandaG15/src/LCDFramework/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