From e5cc66467b9b2ee4f1d3b8c25afa36e3c04e1428 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 23 Jul 2012 20:14:50 +0000 Subject: KeyboardNotify: now use precompiled header git-svn-id: http://svn.miranda-ng.org/main/trunk@1139 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/KeyboardNotify/src/keypresses.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'plugins/KeyboardNotify/src/keypresses.cpp') diff --git a/plugins/KeyboardNotify/src/keypresses.cpp b/plugins/KeyboardNotify/src/keypresses.cpp index 6d1cef58e6..f13af1de77 100644 --- a/plugins/KeyboardNotify/src/keypresses.cpp +++ b/plugins/KeyboardNotify/src/keypresses.cpp @@ -16,13 +16,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define WIN32_LEAN_AND_MEAN -#define _WIN32_WINNT 0x0500 - -#include -#include "flash.h" -#include "keypresses.h" - +#include "Common.h" // Prototypes void SetLock(WORD, BYTE, unsigned int *, INPUT *); -- cgit v1.2.3