SWDEV-301289 - Treewide macro rename

ATI_OS_WIN -> _WIN32
ATI_OS_LINUX -> __linux__

We should not rely on non-standard macros for platform detections.

Change-Id: If1d06e2e1187268df62a59609ea5496ab7eb709d
Этот коммит содержится в:
Vladislav Sytchenko
2021-08-30 14:04:35 -04:00
коммит произвёл Jason Tang
родитель 159f7f24cd
Коммит c4aa6febe5
27 изменённых файлов: 92 добавлений и 93 удалений
+1 -1
Просмотреть файл
@@ -25,7 +25,7 @@
#include <string.h>
#include <sstream>
#ifdef ATI_OS_LINUX
#ifdef __linux__
#include <sys/sysinfo.h>
#include <unistd.h>
#endif