mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Correct sys/win32 to match sys/windows
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user