fix crash at session close/exit if a midi-control-surface is used
[ardour.git] / libs / pbd / file_manager.cc
index 2cfa63ae39c19aa387b12e79fbbfb550fcad7a61..4bc6974f4d20974a719863958e43d09ba7271476 100644 (file)
@@ -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