Files
corelang/programs/modules/winmm.kl
2022-06-27 09:58:12 +02:00

5 lines
121 B
Plaintext

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