Skip to content

Disable dummy resource manager on Windows.

Rika requested to merge runewalsh/source:winres into main

Introduce a define DISABLE_NO_RESOURCE_MANAGER similar to existing DISABLE_NO_THREAD_MANAGER etc., and enable it on Windows which always uses fpintres. The saving is minor (200 bytes), but so is the change.

Since heaptrc uses HInstance, there may be a hypothetical danger window while heaptrc is initialized and fpintres is not, but... no, not really.

Merge request reports