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
Este commit está contenido en:
Vladislav Sytchenko
2021-08-30 14:04:35 -04:00
cometido por Jason Tang
padre 159f7f24cd
commit c4aa6febe5
Se han modificado 27 ficheros con 92 adiciones y 93 borrados
@@ -45,7 +45,7 @@ BaseTestImp::BaseTestImp()
_platformIndex = 0;
_perfInfo = 0.0f;
#ifdef ATI_OS_LINUX //
#ifdef __linux__ //
_useThreads = 0; // disable threads on linux
#else
_useThreads = 1; // if available on platform