diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 12:28:25 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 12:28:25 +0000 |
commit | b282f654ec149fd7daacd73dc0b8547badf0daaf (patch) | |
tree | 820d48cf6f0233433cfec8013e91de7c27f29c46 /plugins/ChangeKeyboardLayout/src/hook_events.h | |
parent | d6963825060493cd956b9ab758169438328c5f12 (diff) |
ChangeKeyboardLayout - common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13134 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ChangeKeyboardLayout/src/hook_events.h')
-rw-r--r-- | plugins/ChangeKeyboardLayout/src/hook_events.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ChangeKeyboardLayout/src/hook_events.h b/plugins/ChangeKeyboardLayout/src/hook_events.h index 992c7cd0c3..b7e38dd3f6 100644 --- a/plugins/ChangeKeyboardLayout/src/hook_events.h +++ b/plugins/ChangeKeyboardLayout/src/hook_events.h @@ -1,7 +1,7 @@ #ifndef M_CKL_HOOK_EVENTS_H
#define M_CKL_HOOK_EVENTS_H
-#include "commonheaders.h"
+#include "stdafx.h"
void ReadMainOptions();
void WriteMainOptions();
|