@@ -0,0 +1,12 @@
#ifndef OS_C
#define OS_C
#if OS_WINDOWS
#include "os_win32.c"
#elif OS_LINUX
#include "os_linux.c"
#else
#error Development environment not supported.
#endif
The note is not visible to the blocked user.