diff options
| author | hikari <ftphikari@gmail.com> | 2022-11-14 21:58:12 +0200 |
|---|---|---|
| committer | hikari <ftphikari@gmail.com> | 2022-11-14 21:58:12 +0200 |
| commit | ba49a9100d77b34522cab9ba1582e397756e34e6 (patch) | |
| tree | ebb4577d2686a03624fe9a093e22e5a3f81fe2c9 /core/sys/windows/shell32.odin | |
| parent | 3b583cbac752435ec9385201f27438c96b6f8f7b (diff) | |
sys/windows: add ShellExecuteExW
Diffstat (limited to 'core/sys/windows/shell32.odin')
| -rw-r--r-- | core/sys/windows/shell32.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sys/windows/shell32.odin b/core/sys/windows/shell32.odin index 10a7d37d3..c528a711a 100644 --- a/core/sys/windows/shell32.odin +++ b/core/sys/windows/shell32.odin @@ -14,6 +14,7 @@ foreign shell32 { lpDirectory: LPCWSTR, nShowCmd: INT, ) -> HINSTANCE --- + ShellExecuteExW :: proc(pExecInfo: ^SHELLEXECUTEINFOW) -> BOOL --- SHCreateDirectoryExW :: proc( hwnd: HWND, pszPath: LPCWSTR, |