fix msvc define
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@903 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MSCVER)
|
#if defined(_MSC_VER)
|
||||||
# define DEPRECATED(msg) __declspec(deprecated(msg))
|
# define DEPRECATED(msg) __declspec(deprecated(msg))
|
||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
# include <features.h>
|
# include <features.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user