mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
Changed first approach to a more general MS-specific approach.
Suggested by @SpecLad
This commit is contained in:
parent
1fc89bb2e0
commit
f9b594bf08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user