13
0

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

This commit is contained in:
Paul Davis 2013-07-11 22:34:16 -04:00
parent 981e7e7fbb
commit f3858b1932
4 changed files with 16 additions and 0 deletions

View File

@ -40,6 +40,10 @@
#include "i18n.h"
#ifdef SearchPath
#undef SearchPath
#endif
using namespace Gtk;
using namespace Gdk;
using namespace std;

View File

@ -28,6 +28,10 @@
#include "i18n.h"
#ifdef SearchPath
#undef SearchPath
#endif
using namespace std;
using namespace Gtk;
using namespace PBD;

View File

@ -35,6 +35,10 @@
#include "i18n.h"
#ifdef SearchPath
#undef SearchPath
#endif
using namespace ARDOUR;
using namespace Gtk;
using namespace PBD;

View File

@ -36,6 +36,10 @@
#include "i18n.h"
#ifdef SearchPath
#undef SearchPath
#endif
using namespace std;
using namespace Gtk;
using namespace Glib;