Skip to content

Commit

Permalink
移除不需要的类
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai committed Feb 5, 2024
1 parent c140102 commit 537c7e1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 39 deletions.
2 changes: 0 additions & 2 deletions AutoLinker.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@
<ClCompile Include="src\AutoLinker.cpp" />
<ClCompile Include="src\ConfigManager.cpp" />
<ClCompile Include="src\ECOMEx.cpp" />
<ClCompile Include="src\GAHelper.cpp" />
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\MemFind.cpp" />
<ClCompile Include="src\ModelManager.cpp" />
Expand All @@ -460,7 +459,6 @@
<ClInclude Include="src\AutoLinker.h" />
<ClInclude Include="src\ConfigManager.h" />
<ClInclude Include="src\ECOMEx.h" />
<ClInclude Include="src\GAHelper.h" />
<ClInclude Include="src\Global.h" />
<ClInclude Include="src\InlineHook.h" />
<ClInclude Include="src\LinkerManager.h" />
Expand Down
6 changes: 0 additions & 6 deletions AutoLinker.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
<ClCompile Include="src\ECOMEx.cpp">
<Filter>Utils</Filter>
</ClCompile>
<ClCompile Include="src\GAHelper.cpp">
<Filter>Utils</Filter>
</ClCompile>
<ClCompile Include="src\MemFind.cpp">
<Filter>Utils</Filter>
</ClCompile>
Expand Down Expand Up @@ -102,9 +99,6 @@
<ClInclude Include="src\ECOMEx.h">
<Filter>Utils</Filter>
</ClInclude>
<ClInclude Include="src\GAHelper.h">
<Filter>Utils</Filter>
</ClInclude>
<ClInclude Include="src\Global.h">
<Filter>Utils</Filter>
</ClInclude>
Expand Down
Empty file removed src/GAHelper.cpp
Empty file.
31 changes: 0 additions & 31 deletions src/GAHelper.h

This file was deleted.

2 changes: 2 additions & 0 deletions src/WinINetUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ std::pair<std::string, int> PerformPostRequest(const std::string& url, const std
return std::make_pair("Error in InternetConnect", 0);
}

//std::string headers = "Content-Type: application/json\r\n" ; ?

// 创建 HTTP 请求句柄
hRequest = HttpOpenRequest(hConnect, "POST", urlComp.lpszUrlPath, NULL, NULL, NULL, dwFlags, 0);
if (!hRequest) {
Expand Down

0 comments on commit 537c7e1

Please sign in to comment.