mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
undef SearchPath where needed as it is defined via windows.h
This commit is contained in:
parent
167e8bbc2f
commit
01ed4f3388
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@
|
|||
#include "ardour/session.h"
|
||||
#include "ardour/session_directory.h"
|
||||
#include "ardour/midi_patch_manager.h"
|
||||
|
||||
#ifdef SearchPath
|
||||
#undef SearchPath
|
||||
#endif
|
||||
|
||||
#include "ardour/midi_patch_search_path.h"
|
||||
|
||||
#include "i18n.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue