Include strsafe.h to compile successfully under MinGW in Debug mode.

pull/3349/head
Artur Wieczorek 10 years ago
parent e4418e186e
commit dcbe797980
  1. 1
      modules/videoio/src/cap_dshow.cpp

@ -337,6 +337,7 @@ interface ISampleGrabber : public IUnknown
//STUFF YOU CAN CHANGE
#ifdef _DEBUG
#include <strsafe.h>
//change for verbose debug info
static bool gs_verbose = true;

Loading…
Cancel
Save