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/options.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/options.h')
-rw-r--r-- | plugins/ChangeKeyboardLayout/src/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ChangeKeyboardLayout/src/options.h b/plugins/ChangeKeyboardLayout/src/options.h index bcf46a244b..e63f63e6ca 100644 --- a/plugins/ChangeKeyboardLayout/src/options.h +++ b/plugins/ChangeKeyboardLayout/src/options.h @@ -1,7 +1,7 @@ #ifndef M_CKL_OPTIONS_H
#define M_CKL_OPTIONS_H
-#include "commonheaders.h"
+#include "stdafx.h"
INT_PTR CALLBACK DlgMainProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK DlgPopupsProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
|