mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
add missing include to define LIBPBD_API (mingw build)
This commit is contained in:
parent
10e34a9831
commit
07d5a389fa
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@
|
|||
#ifndef __libpbd_windows_special_dirs_h__
|
||||
#define __libpbd_windows_special_dirs_h__
|
||||
|
||||
#include "pbd/libpbd_visibility.h"
|
||||
|
||||
namespace PBD {
|
||||
LIBPBD_API char * get_win_special_folder (int csidl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue