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

This commit is contained in:
Artur Wieczorek 2014-10-18 20:27:49 +02:00
parent e4418e186e
commit dcbe797980

View File

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