Skip to content
Snippets Groups Projects
Commit d7d94460 authored by Wolfpup Lowenhar's avatar Wolfpup Lowenhar
Browse files

STORM-859 : Replacing winres.h with windows.h so that the viewer will build with-out

  having to copy any files to the source tree when useing express versions of
  Visual Studio.
parent e8ede074
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,7 @@ Ann Congrejo
Ansariel Hiller
STORM-1101
Ardy Lay
STORM-859
VWR-19499
VWR-24917
Argent Stonecutter
......@@ -885,6 +886,7 @@ WolfPup Lowenhar
STORM-674
STORM-776
STORM-825
STORM-859
STORM-1098
VWR-20741
VWR-20933
......
......@@ -38,6 +38,7 @@
#define IDC_CURSOR5 154
#define IDI_LCD_LL_ICON 157
#define IDC_CURSOR6 158
#define IDC_STATIC 1000
#define IDC_RADIO_56 1000
#define IDC_RADIO_128 1001
#define IDC_RADIO_256 1002
......
......@@ -7,7 +7,7 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.h"
#include "windows.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
......@@ -34,7 +34,7 @@ END
2 TEXTINCLUDE
BEGIN
"#include ""winres.h""\r\n"
"#include ""windows.h""\r\n"
"\0"
END
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment