Fix incorrect windows definition.

Old one causes build errors.
pull/1466/head
Egor Pugin 7 years ago committed by GitHub
parent c6f1922ade
commit 09c3be3f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/saliency/src/BING/kyheader.hpp

@ -65,7 +65,7 @@
#define cvLIB(name) "opencv_" name CV_VERSION_ID
#endif
#ifdef WIN32
#ifdef _WIN32
/* windows stuff */
#else
typedef unsigned long DWORD;

Loading…
Cancel
Save