1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Fixed mingw compilation on Windows

This commit is contained in:
Maksim Shabunin
2018-02-22 13:19:44 +03:00
parent e851a41d78
commit 3fd2384b81
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#undef NOMINMAX
#define NOMINMAX
#include <windows.h>
#include <direct.h>