diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-07-22 09:58:41 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-07-22 09:58:41 +0000 |
commit | 57c7999428100d8f5c2dcc146d285cd41e7f18ad (patch) | |
tree | c9f372bbf90e6f2c5b9bd8aab06464c95fb533c0 /plugins/HwHotKeys | |
parent | 685a3284e2f1f10902e3c4ceab55a84c64ce787f (diff) |
Standartize "Version.h" to "version.h" in all plugin's and protocol's includes
git-svn-id: http://svn.miranda-ng.org/main/trunk@17117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HwHotKeys')
-rw-r--r-- | plugins/HwHotKeys/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HwHotKeys/src/stdafx.h b/plugins/HwHotKeys/src/stdafx.h index 162b14a481..e6c43de533 100644 --- a/plugins/HwHotKeys/src/stdafx.h +++ b/plugins/HwHotKeys/src/stdafx.h @@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 - 1307, USA. #include <Strsafe.h>
#include "resource.h"
-#include "Version.h"
+#include "version.h"
int initializeOptions(WPARAM, LPARAM);
INT_PTR CALLBACK OptDlgProc(HWND, UINT, WPARAM, LPARAM);
|