Commit f9b594bf authored by StevenPuttemans's avatar StevenPuttemans

Changed first approach to a more general MS-specific approach.

Suggested by @SpecLad
parent 1fc89bb2
......@@ -137,9 +137,8 @@
#ifndef CV_INLINE
# if defined __cplusplus
# define CV_INLINE inline
# elif (defined WIN32 || defined _WIN32 || defined WINCE) && !defined __GNUC__
# elif defined _MSC_VER
# define CV_INLINE __inline
# elif (defined WIN32 || defined WIN32 || defined WINCE) && (!defined GNUC && !defined _CVI)
# else
# define CV_INLINE static
# endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment