Remove Microsoft-specific #define inline

Microsoft compilers currently cannot compile Rebirth, but even if they
could, they now understand the standard keyword inline.
This commit is contained in:
Kp 2014-08-16 17:34:09 +00:00
parent afd26ccd75
commit 38c55434e4

View file

@ -104,9 +104,5 @@ defined(__LITTLE_ENDIAN__) // from physfs_internal.h
# error "This program will not work without packed structures"
#endif
#ifdef _MSC_VER
# define inline __inline
#endif
#endif //_TYPES_H