mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-19 07:51:54 +00:00
Replace one unnecessary afxwin.h
No MFC required in win_taskkeyhook.cpp.
This commit is contained in:
parent
f54752c209
commit
b8dc464dc7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue