mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[VCRUNTIME] Add vcruntime.h and related (mostly empty)
This is for compatibility with some 3rd-party code.
This commit is contained in:
parent
84344399b5
commit
ff2c7c8720
6 changed files with 22 additions and 3 deletions
9
sdk/include/vcruntime/vcruntime_startup.h
Normal file
9
sdk/include/vcruntime/vcruntime_startup.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
typedef enum _crt_argv_mode
|
||||
{
|
||||
_crt_argv_no_arguments,
|
||||
_crt_argv_unexpanded_arguments,
|
||||
_crt_argv_expanded_arguments,
|
||||
} _crt_argv_mode;
|
Loading…
Add table
Add a link
Reference in a new issue