mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
Use PLATFORM_WINDOWS define instead of WIN32 in PBD::FileManager
This commit is contained in:
parent
999a5432fc
commit
5598c12471
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ FdFileDescriptor::open ()
|
|||
* or it treats the file as a text stream and puts in
|
||||
* line endings in etc
|
||||
*/
|
||||
#ifdef WIN32
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#define WRITE_FLAGS O_RDWR | O_CREAT | O_BINARY
|
||||
#define READ_FLAGS O_RDONLY | O_BINARY
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue