mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
9 lines
102 B
C++
9 lines
102 B
C++
![]() |
|
||
|
#include <internal_shared.h>
|
||
|
|
||
|
extern "C"
|
||
|
__crt_bool __cdecl __acrt_initialize()
|
||
|
{
|
||
|
return true;
|
||
|
}
|