Restructure os code

This commit is contained in:
Krzosa Karol
2022-06-17 17:00:48 +02:00
parent 871ff65ec2
commit 012d7fb6ad
4 changed files with 152 additions and 0 deletions

5
programs/winmm.kl Normal file
View File

@@ -0,0 +1,5 @@
#import "kernel32.kl"
MMRESULT :: UINT
TIMERR_NOERROR :: 0
timeBeginPeriod :: #foreign (uPeriod: UINT): MMRESULT