diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 09:24:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 09:24:35 +0000 |
commit | ab734942de075bf5af260cd83f6e0b3f4de15f1a (patch) | |
tree | f0ad04814f837770261762836303efbc987b2727 /plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp | |
parent | 2293e8300f4c7f75161b0fbda8adde10d1d64f1a (diff) |
HwHotKeys: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14667 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp')
-rw-r--r-- | plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp index dadc8f49b4..f7af3c9ccc 100644 --- a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp +++ b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 - 1307, USA. -#include "HwHotKeys.h"
+#include "stdafx.h"
HINSTANCE hInstance;
int hLangpack;
|