Commit dcbe7979 authored by Artur Wieczorek's avatar Artur Wieczorek

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

parent e4418e18
...@@ -337,6 +337,7 @@ interface ISampleGrabber : public IUnknown ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment