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
|
//STUFF YOU CAN CHANGE
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
|
#include <strsafe.h>
|
||||||
|
|
||||||
//change for verbose debug info
|
//change for verbose debug info
|
||||||
static bool gs_verbose = true;
|
static bool gs_verbose = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user