This commit is contained in:
2020-06-10 15:11:22 +03:00
parent 902a40d622
commit 99e93dfc62

View File

@@ -265,15 +265,15 @@ PIInit::PIInit() {
sinfo->OS_name = sinfo->OS_name =
#ifdef WINDOWS #ifdef WINDOWS
PIStringAscii("Windows"); PIStringAscii("Windows");
#elif QNX #elif defined(QNX)
PIStringAscii("QNX"); PIStringAscii("QNX");
#elif MAC_OS #elif defined(MAC_OS)
PIStringAscii("MacOS"); PIStringAscii("MacOS");
#elif ANDROID #elif defined(ANDROID)
PIStringAscii("Android"); PIStringAscii("Android");
#elif FREE_BSD #elif defined(FREE_BSD)
PIStringAscii("FreeBSD"); PIStringAscii("FreeBSD");
#elif FREERTOS #elif defined(FREERTOS)
PIStringAscii("FreeRTOS"); PIStringAscii("FreeRTOS");
#else #else
uns.sysname; uns.sysname;