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
This commit is contained in:
Vladislav Sytchenko
2021-08-30 14:04:35 -04:00
committed by Jason Tang
szülő 159f7f24cd
commit c4aa6febe5
27 fájl változott, egészen pontosan 92 új sor hozzáadva és 93 régi sor törölve
@@ -21,7 +21,7 @@
#ifndef _OCL_INCLUDES_H
#define _OCL_INCLUDES_H
#ifdef ATI_OS_WIN
#ifdef _WIN32
#define POINTER_64 __ptr64
#include <windows.h>
#include "d3d9.h"