ソースを参照

implement CE_INLINE

mikymod 12 年 前
コミット
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
 	#define CE_EXPORT __declspec(dllexport)
+	#define CE_INLINE __inline
 #else
 	#define CE_EXPORT __attribute__ ((visibility("default")))
+	#define CE_INLINE inline
 #endif
 
 #ifndef NULL