]> 4ch.mooo.com Git - 16.git/blob - src/lib/vgmsnd/common.h
refresh wwww
[16.git] / src / lib / vgmsnd / common.h
1 #ifndef __COMMON_H__
2 #define __COMMON_H__
3
4 //#include "src/lib/vgmsnd/stdtype.h"
5 //#include "src/lib/16_head.h"
6 //#include "src/lib/vgmsnd/stdbool.h"
7
8 #ifndef INLINE
9 #if defined(_MSC_VER)
10 #define INLINE  static __inline // __forceinline
11 #elif defined(__GNUC__)
12 #define INLINE  static __inline__
13 #else
14 #define INLINE  static inline
15 #endif
16 #endif  // INLINE
17
18 #endif  // __COMMON_H__