Rewrote vertex-centered circulators.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@890 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -77,6 +77,14 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(_MSCVER)
|
||||
#define DEPRECATED(msg) __declspec(deprecated(msg))
|
||||
#elif defined(__GNUC__) or defined(__clang__)
|
||||
#define DEPRECATED(msg) __attribute__ ((deprecated(msg)))
|
||||
#else
|
||||
#define DEPRECATED(msg)
|
||||
#endif
|
||||
|
||||
typedef unsigned int uint;
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_CONFIG_H defined
|
||||
|
||||
Reference in New Issue
Block a user