Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Windows XP compat. #984

Merged
merged 1 commit into from
Feb 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/build_xml/Defines.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ Defines affecting target architecture.
| *mingw* | Compile for windows using mingw |
| *HXCPP_MINGW* | Compile for windows using mingw |
| *NO_AUTO_MSVC* | Do not detect msvc location, use the one already in the executable path |

| *HXCPP_WINXP_COMPAT* | Remain compatible with Windows XP. Disables condition variables. No effect on ARM. |
6 changes: 0 additions & 6 deletions toolchain/finish-setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@
<set name="HX_TARGET_PREFIX" value="${LIBPREFIX}" />

<section if="isMsvc">
<section unless="HXCPP_M64">
<set name="HXCPP_NO_WINXP_COMPAT" value="1" if="HX_WINRT || winrt" />
<set name="HXCPP_WINXP_COMPAT" value="1" unless="HXCPP_NO_WINXP_COMPAT" />
</section>
<setup name="msvc"/>

<section if="static_link" >
Expand All @@ -122,5 +118,3 @@
</section>
</section>
</xml>