diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-08-02 13:01:58 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-08-02 13:01:58 +0100 |
| commit | e049dde582ac6525b9ce470a4af89075408c8de9 (patch) | |
| tree | bdef8fc699147226aed75a3cf36abfa20aa2e1dc /core/sys/windows | |
| parent | 5aec40e3e059e4ddbf8a004d61ba8d4883e6d281 (diff) | |
Fix tests for UTF-16 strings
Diffstat (limited to 'core/sys/windows')
| -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 200b0d62b..d5c9b1d20 100644 --- a/core/sys/windows/types.odin +++ b/core/sys/windows/types.odin @@ -145,7 +145,7 @@ LPSTR :: ^CHAR LPWSTR :: ^WCHAR OLECHAR :: WCHAR BSTR :: ^OLECHAR -LPOLESTR :: ^OLECHAR +LPOLESTR :: cstring16 LPCOLESTR :: LPCSTR LPFILETIME :: ^FILETIME LPWSABUF :: ^WSABUF |