mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
10 lines
161 B
C
10 lines
161 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
typedef enum _crt_argv_mode
|
||
|
{
|
||
|
_crt_argv_no_arguments,
|
||
|
_crt_argv_unexpanded_arguments,
|
||
|
_crt_argv_expanded_arguments,
|
||
|
} _crt_argv_mode;
|