mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
ff2c7c8720
This is for compatibility with some 3rd-party code.
9 lines
161 B
C
9 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;
|