mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
Core: MSC compile fix with GDAL
git-svn-id: svn://ultimatepp.org/upp/trunk@10907 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
973054a6c0
commit
dea8da24bb
2 changed files with 6 additions and 3 deletions
|
|
@ -45,6 +45,12 @@
|
|||
#error This version of U++ REQUIRES C++11
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifndef _CPPRTTI
|
||||
#error RTTI must be enabled !!!
|
||||
#endif //_CPPRTTI
|
||||
#endif
|
||||
|
||||
#include <typeinfo>
|
||||
#include <stddef.h>
|
||||
#include <math.h>
|
||||
|
|
|
|||
|
|
@ -116,9 +116,6 @@
|
|||
|
||||
#ifdef _MSC_VER
|
||||
#define COMPILER_MSC 1
|
||||
#ifndef _CPPRTTI
|
||||
#error RTTI must be enabled !!!
|
||||
#endif //_CPPRTTI
|
||||
#if _MSC_VER <= 1300
|
||||
#error MSC 6.0 not supported anymore
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue