Commit 8b48eebe authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

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

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