mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-26 07:25:00 -07:00
Use multi-pointers when appropriate
This commit is contained in:
@@ -63,7 +63,7 @@ LONG64 :: i64;
|
||||
PDWORD_PTR :: ^DWORD_PTR;
|
||||
ATOM :: distinct WORD;
|
||||
|
||||
wstring :: ^WCHAR;
|
||||
wstring :: [^]WCHAR;
|
||||
|
||||
PBYTE :: ^BYTE;
|
||||
LPBYTE :: ^BYTE;
|
||||
|
||||
Reference in New Issue
Block a user