Update rthreads.h

This commit is contained in:
Alcaro 2015-01-04 12:39:37 +01:00
parent f283d302a8
commit dc3086495b
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
#include <boolean.h>
#include <stdint.h>
#if defined(__cplusplus) && !defined(MSC_VER)
#if defined(__cplusplus) && !defined(_MSC_VER)
extern "C" {
#endif
@ -106,7 +106,7 @@ static inline void retro_sleep(unsigned msec)
}
#endif
#if defined(__cplusplus) && !defined(MSC_VER)
#if defined(__cplusplus) && !defined(_MSC_VER)
}
#endif