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:
committed by
Jason Tang
parent
159f7f24cd
commit
c4aa6febe5
@@ -21,7 +21,7 @@
|
||||
#ifndef OCLLOG_H_
|
||||
#define OCLLOG_H_
|
||||
|
||||
#ifdef ATI_OS_WIN
|
||||
#ifdef _WIN32
|
||||
|
||||
#ifdef OCLTST_LOG_BUILD
|
||||
#define DLLIMPORT __declspec(dllexport)
|
||||
@@ -32,7 +32,7 @@
|
||||
#else
|
||||
#define DLLIMPORT
|
||||
|
||||
#endif // ATI_OS_WIN
|
||||
#endif // _WIN32
|
||||
|
||||
enum oclLoggingLevel {
|
||||
OCLTEST_LOG_ALWAYS,
|
||||
|
||||
Reference in New Issue
Block a user