aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/shell32.odin
diff options
context:
space:
mode:
authorThomas la Cour <tlc@hyrtwol.dk>2024-07-11 21:15:08 +0200
committerThomas la Cour <tlc@hyrtwol.dk>2024-07-11 21:20:53 +0200
commitdd75b7a4d9af144b0c25238743b93724d2dae0a5 (patch)
tree5309d35a41dbb45cb0d99e8b06c4899819935d53 /core/sys/windows/shell32.odin
parentacce9acb6dc5a0262ac00174d8598655107c177a (diff)
parent1770e3a9a97620125f6333db7678dd4ec34fa329 (diff)
Merge remote-tracking branch 'upstream/master' into sys-windows-2
# Conflicts: # core/sys/windows/kernel32.odin # core/sys/windows/types.odin # core/sys/windows/user32.odin # core/sys/windows/winerror.odin
Diffstat (limited to 'core/sys/windows/shell32.odin')
-rw-r--r--core/sys/windows/shell32.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/windows/shell32.odin b/core/sys/windows/shell32.odin
index 214a0f501..3d464e847 100644
--- a/core/sys/windows/shell32.odin
+++ b/core/sys/windows/shell32.odin
@@ -5,7 +5,7 @@ foreign import shell32 "system:Shell32.lib"
@(default_calling_convention="system")
foreign shell32 {
- CommandLineToArgvW :: proc(cmd_list: wstring, num_args: ^c_int) -> ^wstring ---
+ CommandLineToArgvW :: proc(cmd_list: wstring, num_args: ^c_int) -> [^]wstring ---
ShellExecuteW :: proc(
hwnd: HWND,
lpOperation: LPCWSTR,