Added missing endif in compat-1.2.h

This commit is contained in:
Paul Bakker 2013-10-31 14:34:19 +01:00
parent 993e386a73
commit d46a9f1a82

View File

@ -38,6 +38,7 @@
#if defined(__ARMCC_VERSION) && !defined(inline) #if defined(__ARMCC_VERSION) && !defined(inline)
#define inline __inline #define inline __inline
#endif /* __ARMCC_VERSION */ #endif /* __ARMCC_VERSION */
#endif /* _MSC_VER */
#if defined(_MSC_VER) #if defined(_MSC_VER)
// MSVC does not support #warning // MSVC does not support #warning