removed unnecessary #include "windows.h" from "highgui_c.h"

This commit is contained in:
Vadim Pisarevsky
2011-05-13 19:40:57 +00:00
parent 9d787afe72
commit 5199cd9c95
3 changed files with 15 additions and 18 deletions

View File

@@ -60,6 +60,12 @@
#include "cvconfig.h"
#if defined WIN32 || defined _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#undef min
#undef max
void FillBitmapInfo( BITMAPINFO* bmi, int width, int height, int bpp, int origin );
#endif