1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// // precomp.h // nu // #include "foundation/error.h" #include "foundation/types.h" #include "foundation/atomics.h" #include <stdlib.h> #include <stddef.h> #include <string.h> #ifdef WIN32 #include <windows.h> #else #include <pthread.h> #endif //WIN32