diff options
Diffstat (limited to 'core/sys')
| -rw-r--r-- | core/sys/windows/types.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/windows/types.odin b/core/sys/windows/types.odin index bb60ae193..9e55a463d 100644 --- a/core/sys/windows/types.odin +++ b/core/sys/windows/types.odin @@ -63,7 +63,7 @@ LONG64 :: i64; PDWORD_PTR :: ^DWORD_PTR; ATOM :: distinct WORD; -wstring :: ^WCHAR; +wstring :: [^]WCHAR; PBYTE :: ^BYTE; LPBYTE :: ^BYTE; |