shell32.odin 205 B

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