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