Files
Odin/core/sys/windows/shell32.odin
2020-06-26 19:11:34 +01:00

9 lines
205 B
Odin

package sys_windows
foreign import shell32 "system:Shell32.lib"
@(default_calling_convention = "std")
foreign shell32 {
CommandLineToArgvW :: proc(cmd_list: wstring, num_args: ^c_int) -> ^wstring ---
}