ReactOS 0.4.16-dev-927-g467dec4
__vcrt_init_stubs.c
Go to the documentation of this file.
1//
2// __vcrt_init_stubs.c
3//
4// Copyright (c) 2024 Timo Kreuzer
5//
6// Stubs for vcruntime initialization and termination in vcstartup.
7//
8// SPDX-License-Identifier: MIT
9//
10
11#include <vcruntime_startup.h>
12
14{
15 return 1;
16}
17
19{
20 return 1;
21}
22
24{
25 return 1;
26}
27
29{
30 return 1;
31}
32
34{
35 return 1;
36}
__vcrt_bool __cdecl __vcrt_thread_detach(void)
__vcrt_bool __cdecl __vcrt_thread_attach(void)
__vcrt_bool __cdecl __vcrt_uninitialize(_In_ __vcrt_bool _Terminating)
__vcrt_bool __cdecl __vcrt_uninitialize_critical(void)
__vcrt_bool __cdecl __vcrt_initialize(void)
#define __cdecl
Definition: accygwin.h:79
#define _In_
Definition: no_sal2.h:158
_Bool __vcrt_bool
Definition: vcruntime.h:185