Resurrect <windows.h> as <windowsesque.h>

This commit is contained in:
Justine Tunney 2024-02-21 16:40:32 -08:00
parent 68b9479f0c
commit 3eb405e0e2
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
6 changed files with 4340 additions and 0 deletions

View file

@ -27,6 +27,7 @@ COSMOPOLITAN_C_START_
*/
int64_t LoadLibrary(const char16_t *lpLibFileName);
int64_t LoadLibraryA(const char *lpLibFileName);
int64_t LoadLibraryEx(const char16_t *lpLibFileName, int64_t hFile,
uint32_t dwFlags);
uint32_t GetModuleFileNameA(int64_t hModule, char *lpFilename, uint32_t nSize);