mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Windows (compiler specific) includes for libpbd
This commit is contained in:
parent
e4ab2ffbfb
commit
7b480eaa27
14 changed files with 78 additions and 6 deletions
|
|
@ -24,7 +24,12 @@
|
|||
#include "pbd/epa.h"
|
||||
#include "pbd/strsplit.h"
|
||||
|
||||
#ifdef COMPILER_MSVC
|
||||
#define environ _environ
|
||||
_CRTIMP extern char ** _environ;
|
||||
#else
|
||||
extern char** environ;
|
||||
#endif
|
||||
|
||||
using namespace PBD;
|
||||
using namespace std;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue