undef SearchPath where needed as it is defined via windows.h
This commit is contained in:
parent
533e40ca52
commit
c0e65452b1
@ -37,6 +37,10 @@
|
|||||||
#include "utils_videotl.h"
|
#include "utils_videotl.h"
|
||||||
#include "i18n.h"
|
#include "i18n.h"
|
||||||
|
|
||||||
|
#ifdef SearchPath
|
||||||
|
#undef SearchPath
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace Gtk;
|
using namespace Gtk;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace PBD;
|
using namespace PBD;
|
||||||
|
Loading…
Reference in New Issue
Block a user