mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
Include strsafe.h to compile successfully under MinGW in Debug mode.
This commit is contained in:
parent
e4418e186e
commit
dcbe797980
@ -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…
Reference in New Issue
Block a user