Skip to content

Commit

Permalink
Fix compiling in windows (edubart#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
conde2 authored Oct 1, 2023
1 parent f171949 commit 9640fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vc17/otclient.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -496,14 +496,14 @@ cmd /c "start ../vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\tools\protobuf\
<ClInclude Include="..\src\framework\stdext\hash.h" />
<ClInclude Include="..\src\framework\stdext\math.h" />
<ClInclude Include="..\src\framework\stdext\net.h" />
<ClInclude Include="..\src\framework\stdext\qrcodegen.h" />
<ClInclude Include="..\src\framework\stdext\storage.h" />
<ClInclude Include="..\src\framework\stdext\stdext.h" />
<ClInclude Include="..\src\framework\stdext\string.h" />
<ClInclude Include="..\src\framework\stdext\time.h" />
<ClInclude Include="..\src\framework\stdext\traits.h" />
<ClInclude Include="..\src\framework\stdext\types.h" />
<ClInclude Include="..\src\framework\stdext\uri.h" />
<ClCompile Include="..\src\framework\stdext\qrcodegen.h" />
<ClInclude Include="..\src\framework\ui\declarations.h" />
<ClInclude Include="..\src\framework\ui\ui.h" />
<ClInclude Include="..\src\framework\ui\uianchorlayout.h" />
Expand Down

0 comments on commit 9640fea

Please sign in to comment.