Files
corelang/modules/WINMM.core
Krzosa Karol 0049b39e17 link directive
2022-10-09 14:00:41 +02:00

6 lines
141 B
Core

#import "KERNEL32.core"
#link "winmm.lib"
MMRESULT :: UINT
TIMERR_NOERROR :: 0
timeBeginPeriod :: #foreign (uPeriod: UINT): MMRESULT