The MASM Forum

Microsoft 64 bit MASM => MASM64 SDK => Topic started by: BobC on July 03, 2025, 10:01:38 AM

Title: A couple minor additions to .inc files
Post by: BobC on July 03, 2025, 10:01:38 AM
I needed a couple additions to two include files, so I am posting them here. I'm not sure if we have a place for MASM64 SDK improvements.

In kernel32.inc, I added GetuserDefaultLocaleName around line 2227.
In win64.inc, I added the full list of LOAD_LIBRARY constants around line 7444. The constants came directly from libloaderapi.h.

Bob