Correct sys/win32 to match sys/windows

This commit is contained in:
gingerBill
2021-02-04 13:50:48 +00:00
parent 415379e1cf
commit de9b6e3f6e
4 changed files with 66 additions and 20 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
// +build windows
package win32
Uint_Ptr :: distinct uint;
Uint_Ptr :: distinct uintptr;
Int_Ptr :: distinct int;
Long_Ptr :: distinct int;
Handle :: distinct rawptr;