Merge pull request #1148 from StevenPuttemans:patch_3125

pull/1156/merge
Roman Donchenko 12 years ago committed by OpenCV Buildbot
commit 1c35f121bb
  1. 2
      modules/core/include/opencv2/core/types_c.h

@ -137,7 +137,7 @@
#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
# else
# define CV_INLINE static

Loading…
Cancel
Save