diff options
Diffstat (limited to 'plugins/HwHotKeys/src')
-rw-r--r-- | plugins/HwHotKeys/src/HwHotKeys.h | 4 | ||||
-rw-r--r-- | plugins/HwHotKeys/src/Version.h (renamed from plugins/HwHotKeys/src/HwHotKeys_version.h) | 0 | ||||
-rw-r--r-- | plugins/HwHotKeys/src/resource.h (renamed from plugins/HwHotKeys/src/HwHotKeys_resource.h) | 0 |
3 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);
diff --git a/plugins/HwHotKeys/src/HwHotKeys_version.h b/plugins/HwHotKeys/src/Version.h index e4d52b0082..e4d52b0082 100644 --- a/plugins/HwHotKeys/src/HwHotKeys_version.h +++ b/plugins/HwHotKeys/src/Version.h diff --git a/plugins/HwHotKeys/src/HwHotKeys_resource.h b/plugins/HwHotKeys/src/resource.h index 3cc2ad8f81..3cc2ad8f81 100644 --- a/plugins/HwHotKeys/src/HwHotKeys_resource.h +++ b/plugins/HwHotKeys/src/resource.h |