Fix procedure casting; SUBSYSTEM to CONSOLE in linker

This commit is contained in:
Ginger Bill
2016-12-09 00:24:12 +00:00
parent 0d69dfcde6
commit e8b4228833
4 changed files with 44 additions and 16 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ StretchDIBits :: proc(hdc: HDC,
LoadLibraryA :: proc(c_str: ^u8) -> HMODULE #foreign
FreeLibrary :: proc(h: HMODULE) #foreign
GetProcAddress :: proc(h: HMODULE, c_str: ^u8) -> proc() #foreign
GetProcAddress :: proc(h: HMODULE, c_str: ^u8) -> rawptr #foreign
GetClientRect :: proc(hwnd: HWND, rect: ^RECT) -> BOOL #foreign