diff options
Diffstat (limited to 'plugins/HwHotKeys/src/HwHotKeys.h')
-rw-r--r-- | plugins/HwHotKeys/src/HwHotKeys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HwHotKeys/src/HwHotKeys.h b/plugins/HwHotKeys/src/HwHotKeys.h index 82b3a7bb61..114451a9d7 100644 --- a/plugins/HwHotKeys/src/HwHotKeys.h +++ b/plugins/HwHotKeys/src/HwHotKeys.h @@ -28,8 +28,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 - 1307, USA. #include <Strsafe.h>
-#include "HwHotKeys_resource.h"
-#include "HwHotKeys_version.h"
+#include "resource.h"
+#include "Version.h"
int initializeOptions(WPARAM, LPARAM);
INT_PTR CALLBACK OptDlgProc(HWND, UINT, WPARAM, LPARAM);
|