Commit 1fc89bb2 authored by StevenPuttemans's avatar StevenPuttemans

Added the solution mentioned in patch #3125

parent 886c009d
......@@ -139,6 +139,7 @@
# define CV_INLINE inline
# elif (defined WIN32 || defined _WIN32 || defined WINCE) && !defined __GNUC__
# 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