Fix ARM build.

This commit is contained in:
Ryan Houdek
2013-03-03 07:37:22 +00:00
parent ed90feb2b4
commit a01f793f59
2 changed files with 35 additions and 1 deletions

View File

@ -69,7 +69,7 @@ bool OpenGL_ReportFBOError(const char *function, const char *file, int line);
#define GL_REPORT_PROGRAM_ERROR() (void)0
#endif
#if defined __APPLE__ || defined __linux__ || defined _WIN32
#if (defined __APPLE__ || defined __linux__ || defined _WIN32) && !(defined _M_ARM)
#include <Cg/cg.h>
#include <Cg/cgGL.h>
#define HAVE_CG 1