Use multi-pointers when appropriate

This commit is contained in:
gingerBill
2021-08-22 12:54:04 +01:00
parent 8694a0f68a
commit 445ed9be2b
4 changed files with 12 additions and 16 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ LONG64 :: i64;
PDWORD_PTR :: ^DWORD_PTR;
ATOM :: distinct WORD;
wstring :: ^WCHAR;
wstring :: [^]WCHAR;
PBYTE :: ^BYTE;
LPBYTE :: ^BYTE;