Hi Alexei,
yes, that is correct - that patch is all that is needed to get FreeType to compile using the GDK.
`CreateFileMappingFromApp()` and related calls are exclusive to WINAPI_PARTITION_APP.
A better check would be:
---
WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) && !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
---
but that requires the Windows 10 SDK: I didn't want to break the build for anyone out there using older headers.
Erin Melucci | Assistant Engineer, GameMaker Compiler Team
emelucci@opera.com
The information in this email and any attachments is CONFIDENTIAL INFORMATION and is solely for the attention of the intended recipient. If you are not the intended recipient, then you have received this message in error and therefore reading it, copying it, or in any way disclosing its content to any other person is unauthorized. If you have received this message in error, please notify the sender by reply email and then immediately delete this email (including any attachments).