mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Change stdcall -> system
This commit is contained in:
@@ -5,7 +5,7 @@ foreign import winmm "system:Winmm.lib"
|
||||
|
||||
MMRESULT :: UINT
|
||||
|
||||
@(default_calling_convention="stdcall")
|
||||
@(default_calling_convention="system")
|
||||
foreign winmm {
|
||||
timeGetDevCaps :: proc(ptc: LPTIMECAPS, cbtc: UINT) -> MMRESULT ---
|
||||
timeBeginPeriod :: proc(uPeriod: UINT) -> MMRESULT ---
|
||||
|
||||
Reference in New Issue
Block a user