Skip to content

Commit 76cb48d

Browse files
WIN mat' ego XP...
1 parent 24adf00 commit 76cb48d

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

DotAAllstarsHelperFinal/DotAAllstarsHelper.vcxproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
<WarningLevel>Level4</WarningLevel>
4747
<FunctionLevelLinking>
4848
</FunctionLevelLinking>
49-
<IntrinsicFunctions>
50-
</IntrinsicFunctions>
49+
<IntrinsicFunctions>false</IntrinsicFunctions>
5150
<SDLCheck>
5251
</SDLCheck>
5352
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
@@ -67,7 +66,7 @@
6766
</BasicRuntimeChecks>
6867
<ControlFlowGuard>
6968
</ControlFlowGuard>
70-
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
69+
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
7170
<EnableParallelCodeGeneration>
7271
</EnableParallelCodeGeneration>
7372
<FloatingPointModel>
@@ -106,7 +105,8 @@
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>
@@ -118,10 +118,11 @@
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>

DotAAllstarsHelperFinal/Main.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ extern pGame_Wc3MessageBox Game_Wc3MessageBox;
108108
typedef void(__fastcall* pLoadFrameDefList)(const char* filepath, int env);
109109
extern pLoadFrameDefList LoadFrameDefList;
110110

111-
std::string ToLower(std::string str);
112-
std::string ToUpper(std::string str);
113-
114111
extern bool MainFuncWork;
115112

116113
extern int ChatEditBoxVtable;
@@ -463,6 +460,9 @@ bool starts_with(const std::wstring& str, wchar_t prefix);
463460
bool ends_with(const std::string& str, char suffix);
464461
bool 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+
466466
std::string utf16_to_utf8(const std::wstring& wideStr);
467467
std::wstring utf8_to_utf16(const std::string& utf8_str, bool remove_notprint = false);
468468

0 commit comments

Comments
 (0)