fix msvc define

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@903 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Matthias Möller
2013-08-07 10:38:22 +00:00
parent 50dc9e8478
commit ea099b1437

View File

@@ -77,7 +77,7 @@
# endif
#endif
#if defined(_MSCVER)
#if defined(_MSC_VER)
# define DEPRECATED(msg) __declspec(deprecated(msg))
#elif defined(__GNUC__)
# include <features.h>