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

pull/13383/head
Vadim Pisarevsky 14 years ago
parent 0e45a637c4
commit 8b48eebeee
  1. 3
      modules/highgui/src/precomp.hpp

@ -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

Loading…
Cancel
Save