1 2 #include <internal_shared.h> 3 4 extern "C" 5 __crt_bool __cdecl __acrt_initialize() 6 { 7 return true; 8 } 9