File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
GeneralsMD/Code/Tools/WorldBuilder/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ CWorldBuilderApp::~CWorldBuilderApp()
272
272
273
273
BOOL CWorldBuilderApp::InitInstance ()
274
274
{
275
- // #ifdef _RELEASE
275
+ // #ifdef RTS_RELEASE
276
276
EulaDialog eulaDialog;
277
277
if ( eulaDialog.DoModal () == IDCANCEL )
278
278
{
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ endif()
63
63
if (RTS_BUILD_OPTION_DEBUG )
64
64
target_compile_definitions (core_config INTERFACE RTS_DEBUG WWDEBUG DEBUG )
65
65
else ()
66
- target_compile_definitions (core_config INTERFACE _RELEASE )
66
+ target_compile_definitions (core_config INTERFACE RTS_RELEASE )
67
67
68
68
if (RTS_BUILD_OPTION_INTERNAL )
69
69
target_compile_definitions (core_config INTERFACE RTS_INTERNAL )
You can’t perform that action at this time.
0 commit comments