Files
corelang/programs/winmm.kl
2022-06-17 17:00:48 +02:00

5 lines
121 B
Plaintext

#import "kernel32.kl"
MMRESULT :: UINT
TIMERR_NOERROR :: 0
timeBeginPeriod :: #foreign (uPeriod: UINT): MMRESULT