Replace one unnecessary afxwin.h

No MFC required in win_taskkeyhook.cpp.
This commit is contained in:
dhewg 2011-12-14 00:50:31 +01:00
parent f54752c209
commit b8dc464dc7

View file

@ -34,7 +34,7 @@ If you have questions concerning this license or the applicable additional terms
//
//#define _WIN32_WINNT 0x0500 // for KBDLLHOOKSTRUCT
#include <afxwin.h> // MFC core and standard components
#include <windows.h>
#include "win_local.h"
#define DLLEXPORT __declspec(dllexport)