From: philburk Date: Fri, 12 Apr 2002 23:33:52 +0000 (+0000) Subject: Add Mac includes for and X-Git-Tag: V18~23 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=ec5a8371387427f8f70ee3d257c8cad3632f0785;p=portaudio Add Mac includes for and --- diff --git a/pa_asio/pa_asio.cpp b/pa_asio/pa_asio.cpp index 6fef65f..4cb7240 100644 --- a/pa_asio/pa_asio.cpp +++ b/pa_asio/pa_asio.cpp @@ -54,6 +54,7 @@ 02-01-02 Cleanup, test of multiple-stream opening : Stephane Letz 19-02-02 New Pa_ASIO_loadDriver that calls CoInitialize on each thread on Windows : Stephane Letz 09-04-02 Correct error code management in PaHost_Term, removes various compiler warning : Stephane Letz + 12-04-02 Add Mac includes for and : Phil Burk TO DO : @@ -74,7 +75,10 @@ #include "asio.h" #include "asiodrivers.h" + #if MAC +#include +#include #include #else #include