mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Other (Windows specific) includes for libpbd
This commit is contained in:
parent
e257b79ecd
commit
c7306f5732
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue