Skip to content

Commit

Permalink
Merge pull request opencv#1921 from SpecLad:defined-msc-ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Donchenko authored and OpenCV Buildbot committed Dec 4, 2013
2 parents 3e1586a + 11c7053 commit d8a4d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/include/opencl/1.2/CL/cl_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ typedef unsigned int cl_GLenum;
/* Define alignment keys */
#if defined( __GNUC__ )
#define CL_ALIGNED(_x) __attribute__ ((aligned(_x)))
#elif defined( _WIN32) && (_MSC_VER)
#elif defined( _WIN32) && defined(_MSC_VER)
/* Alignment keys neutered on windows because MSVC can't swallow function arguments with alignment requirements */
/* http://msdn.microsoft.com/en-us/library/373ak2y1%28VS.71%29.aspx */
/* #include <crtdefs.h> */
Expand Down

0 comments on commit d8a4d3a

Please sign in to comment.