aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-08-02 13:01:58 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-08-02 13:01:58 +0100
commite049dde582ac6525b9ce470a4af89075408c8de9 (patch)
treebdef8fc699147226aed75a3cf36abfa20aa2e1dc /core/sys/windows
parent5aec40e3e059e4ddbf8a004d61ba8d4883e6d281 (diff)
Fix tests for UTF-16 strings
Diffstat (limited to 'core/sys/windows')
-rw-r--r--core/sys/windows/types.odin2
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