enable #include "cvconfig.h" in highgui on Windows. That should fix camera capture.

This commit is contained in:
Vadim Pisarevsky 2010-12-20 21:20:46 +00:00
parent 0e45a637c4
commit 8b48eebeee

View File

@ -58,9 +58,8 @@
#include <ctype.h>
#include <assert.h>
#if !defined WIN32 && !defined _WIN32
#include "cvconfig.h"
#else
#if defined WIN32 || defined _WIN32
void FillBitmapInfo( BITMAPINFO* bmi, int width, int height, int bpp, int origin );
#endif