mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
Fix procedure casting; SUBSYSTEM to CONSOLE in linker
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user