13
0

undef SearchPath where needed as it is defined via windows.h

This commit is contained in:
Tim Mayberry 2013-07-20 10:17:59 +10:00
parent fee2c9d71f
commit f42c514631

View File

@ -32,6 +32,10 @@
#include "i18n.h"
#ifdef SearchPath
#undef SearchPath
#endif
using namespace PBD;
TranscodeFfmpeg::TranscodeFfmpeg (std::string f)