mikymod 12 лет назад
Родитель
Сommit
a1f5832bb1
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      engine/core/Types.h

+ 2 - 0
engine/core/Types.h

@@ -33,8 +33,10 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 
 #ifdef WINDOWS
 #ifdef WINDOWS
 	#define CE_EXPORT __declspec(dllexport)
 	#define CE_EXPORT __declspec(dllexport)
+	#define CE_INLINE __inline
 #else
 #else
 	#define CE_EXPORT __attribute__ ((visibility("default")))
 	#define CE_EXPORT __attribute__ ((visibility("default")))
+	#define CE_INLINE inline
 #endif
 #endif
 
 
 #ifndef NULL
 #ifndef NULL