File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 <WarningLevel >Level4</WarningLevel >
4747 <FunctionLevelLinking >
4848 </FunctionLevelLinking >
49- <IntrinsicFunctions >
50- </IntrinsicFunctions >
49+ <IntrinsicFunctions >false</IntrinsicFunctions >
5150 <SDLCheck >
5251 </SDLCheck >
5352 <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
6766 </BasicRuntimeChecks >
6867 <ControlFlowGuard >
6968 </ControlFlowGuard >
70- <EnableEnhancedInstructionSet >StreamingSIMDExtensions2 </EnableEnhancedInstructionSet >
69+ <EnableEnhancedInstructionSet >NotSet </EnableEnhancedInstructionSet >
7170 <EnableParallelCodeGeneration >
7271 </EnableParallelCodeGeneration >
7372 <FloatingPointModel >
106105 <SetChecksum >true</SetChecksum >
107106 <CLRSupportLastError >
108107 </CLRSupportLastError >
109- <RandomizedBaseAddress >true</RandomizedBaseAddress >
108+ <RandomizedBaseAddress >
109+ </RandomizedBaseAddress >
110110 <DataExecutionPrevention >false</DataExecutionPrevention >
111111 <EnableUAC >false</EnableUAC >
112112 <IgnoreAllDefaultLibraries >
118118 <GenerateMapFile >false</GenerateMapFile >
119119 <AssemblyDebug >
120120 </AssemblyDebug >
121- <MinimumRequiredVersion >6 </MinimumRequiredVersion >
121+ <MinimumRequiredVersion >5.01 </MinimumRequiredVersion >
122122 <LargeAddressAware >false</LargeAddressAware >
123123 <FixedBaseAddress >false</FixedBaseAddress >
124- <BaseAddress >0x50000000</BaseAddress >
124+ <BaseAddress >
125+ </BaseAddress >
125126 </Link >
126127 <Manifest >
127128 <UpdateFileHashes >true</UpdateFileHashes >
Original file line number Diff line number Diff line change @@ -108,9 +108,6 @@ extern pGame_Wc3MessageBox Game_Wc3MessageBox;
108108typedef void (__fastcall* pLoadFrameDefList)(const char * filepath, int env);
109109extern pLoadFrameDefList LoadFrameDefList;
110110
111- std::string ToLower (std::string str);
112- std::string ToUpper (std::string str);
113-
114111extern bool MainFuncWork;
115112
116113extern int ChatEditBoxVtable;
@@ -463,6 +460,9 @@ bool starts_with(const std::wstring& str, wchar_t prefix);
463460bool ends_with (const std::string& str, char suffix);
464461bool ends_with (const std::wstring& str, wchar_t suffix);
465462
463+ std::string ToLower (std::string str);
464+ std::string ToUpper (std::string str);
465+
466466std::string utf16_to_utf8 (const std::wstring& wideStr);
467467std::wstring utf8_to_utf16 (const std::string& utf8_str, bool remove_notprint = false );
468468
You can’t perform that action at this time.
0 commit comments