diff options
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;
|