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
[ROCm/clr commit: c4aa6febe5]
This commit is contained in:
committad av
Jason Tang
förälder
79be42d8b7
incheckning
60cf342ae0
+2
-2
@@ -18,7 +18,7 @@
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE. */
|
||||
|
||||
#ifdef ATI_OS_WIN
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
@@ -172,4 +172,4 @@ void Window::ShowImage(unsigned int width, unsigned int height, float* data) {
|
||||
OnPaint();
|
||||
}
|
||||
|
||||
#endif // ATI_OS_WIN
|
||||
#endif // _WIN32
|
||||
|
||||
Referens i nytt ärende
Block a user