Unverified Commit 09c3be3f authored by Egor Pugin's avatar Egor Pugin Committed by GitHub

Fix incorrect windows definition.

Old one causes build errors.
parent c6f1922a
......@@ -65,7 +65,7 @@
#define cvLIB(name) "opencv_" name CV_VERSION_ID
#endif
#ifdef WIN32
#ifdef _WIN32
/* windows stuff */
#else
typedef unsigned long DWORD;
......
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