Other (Windows specific) includes for libpbd

This commit is contained in:
John Emmas 2013-07-17 07:38:20 +01:00
parent e257b79ecd
commit c7306f5732
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
#ifdef __APPLE__
# include <mach/mach.h>
#elif defined(_WIN32)
#elif defined(PLATFORM_WINDOWS)
# include <windows.h>
#else
# include <semaphore.h>

View File

@ -17,7 +17,7 @@
*/
#ifdef WIN32
#ifdef PLATFORM_WINDOWS
#include <stdio.h>
#else
#include <sys/time.h>