6 lines
141 B
Core
6 lines
141 B
Core
#import "KERNEL32.core"
|
|
#link "winmm.lib"
|
|
|
|
MMRESULT :: UINT
|
|
TIMERR_NOERROR :: 0
|
|
timeBeginPeriod :: #foreign (uPeriod: UINT): MMRESULT |