Removed redefinition from resources.h.
We should take a look at that file because it is insane
This commit is contained in:
@@ -79,6 +79,7 @@
|
|||||||
OutputFile="./Blocks3D.exe"
|
OutputFile="./Blocks3D.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
|
AdditionalManifestDependencies=""
|
||||||
ProgramDatabaseFile=".\Release/Blocks3D.pdb"
|
ProgramDatabaseFile=".\Release/Blocks3D.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
|
|||||||
11
Dialogs.rc
11
Dialogs.rc
@@ -32,7 +32,6 @@ IDI_ICON1 ICON "roblox_RN1_icon.ico"
|
|||||||
#endif // Neutral resources
|
#endif // Neutral resources
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
// English (Canada) resources
|
// English (Canada) resources
|
||||||
|
|
||||||
@@ -61,7 +60,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
|||||||
BEGIN
|
BEGIN
|
||||||
DEFPUSHBUTTON "OK",IDOK,247,7,50,14
|
DEFPUSHBUTTON "OK",IDOK,247,7,50,14
|
||||||
PUSHBUTTON "Cancel",IDCANCEL,247,24,50,14
|
PUSHBUTTON "Cancel",IDCANCEL,247,24,50,14
|
||||||
EDITTEXT IDC_EDIT1,68,7,162,14,ES_AUTOHSCROLL
|
EDITTEXT IDC_EDIT1,68,7,162,14,ES_AUTOHSCROLL
|
||||||
LTEXT "Class:",-1,43,7,20,8
|
LTEXT "Class:",-1,43,7,20,8
|
||||||
END
|
END
|
||||||
|
|
||||||
@@ -77,10 +76,14 @@ BEGIN
|
|||||||
"resource.h\0"
|
"resource.h\0"
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
||||||
3 TEXTINCLUDE
|
3 TEXTINCLUDE
|
||||||
BEGIN
|
BEGIN
|
||||||
"\r\n"
|
"\r\0"
|
||||||
|
END
|
||||||
|
|
||||||
|
2 TEXTINCLUDE
|
||||||
|
BEGIN
|
||||||
|
"#include ""afxres.h""\r\0"
|
||||||
END
|
END
|
||||||
|
|
||||||
#endif // APSTUDIO_INVOKED
|
#endif // APSTUDIO_INVOKED
|
||||||
|
|||||||
0
Manifest.xml
Normal file
0
Manifest.xml
Normal file
@@ -2039,11 +2039,11 @@
|
|||||||
#define SC_MONITORPOWER 0xF170
|
#define SC_MONITORPOWER 0xF170
|
||||||
#define SC_CONTEXTHELP 0xF180
|
#define SC_CONTEXTHELP 0xF180
|
||||||
#define LVS_TYPESTYLEMASK 0xfc00
|
#define LVS_TYPESTYLEMASK 0xfc00
|
||||||
#define HTERROR -2
|
//#define HTERROR -2
|
||||||
#define I_IMAGENONE -2
|
#define I_IMAGENONE -2
|
||||||
#define LVSCW_AUTOSIZE_USEHEADER -2
|
#define LVSCW_AUTOSIZE_USEHEADER -2
|
||||||
#define PWR_FAIL -1
|
//#define PWR_FAIL -1
|
||||||
#define HTTRANSPARENT -1
|
//#define HTTRANSPARENT -1
|
||||||
#define I_INDENTCALLBACK -1
|
#define I_INDENTCALLBACK -1
|
||||||
#define I_IMAGECALLBACK -1
|
#define I_IMAGECALLBACK -1
|
||||||
#define LVSCW_AUTOSIZE -1
|
#define LVSCW_AUTOSIZE -1
|
||||||
@@ -2062,3 +2062,6 @@
|
|||||||
#define _APS_NEXT_SYMED_VALUE 101
|
#define _APS_NEXT_SYMED_VALUE 101
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
//Does this need to be 2000 lines????
|
||||||
Reference in New Issue
Block a user