code cleanup: check for msvc directly when using warning pragma's.
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
#ifndef __RAS_OPENGLRASTERIZER_H__
|
||||
#define __RAS_OPENGLRASTERIZER_H__
|
||||
|
||||
#if defined(WIN32) && !defined(FREE_WINDOWS)
|
||||
#pragma warning (disable:4786)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning (disable:4786)
|
||||
#endif
|
||||
|
||||
#include "MT_CmMatrix4x4.h"
|
||||
|
Reference in New Issue
Block a user