13
0

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__ #ifdef __APPLE__
# include <mach/mach.h> # include <mach/mach.h>
#elif defined(_WIN32) #elif defined(PLATFORM_WINDOWS)
# include <windows.h> # include <windows.h>
#else #else
# include <semaphore.h> # include <semaphore.h>

View File

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