8 lines
180 B
C
8 lines
180 B
C
#pragma once
|
|
|
|
#include <wchar.h>
|
|
#include <stdint.h>
|
|
|
|
#define ERROR_INVALID_PARAMETER -1
|
|
|
|
wchar_t** wine_parse_command_line(const wchar_t *cmdline, int *numargs, uint32_t* error);
|