git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@22 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
@@ -1,23 +0,0 @@
-
-/** @file Helper macros for the library
- */
-#ifndef AI_DEF_H_INC
-#define AI_DEF_H_INC
-/** Namespace helper macros for c++ compilers
-#ifdef __cplusplus
- #define AI_NAMESPACE_START namespace Assimp {
- #define AI_NAMESPACE_END };
-#else
- #define AI_NAMESPACE_START
- #define AI_NAMESPACE_END
-#endif
-#ifdef _DEBUG
-# define ASSIMP_DEBUG
-#endif //!!AI_DEF_H_INC