]> Repos - portaudio/commitdiff
Add Mac includes for <Devices.h> and <Timer.h>
authorphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Fri, 12 Apr 2002 23:33:52 +0000 (23:33 +0000)
committerphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Fri, 12 Apr 2002 23:33:52 +0000 (23:33 +0000)
pa_asio/pa_asio.cpp

index 6fef65f339b563af102f883fcc62d46b0120d0ea..4cb72400986015ce2d9230da4b468b05104ad550 100644 (file)
@@ -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 <Devices.h> and <Timer.h> : Phil Burk
         
         TO DO :
         
 #include "asio.h"
 #include "asiodrivers.h"
 
+
 #if MAC
+#include <Devices.h>
+#include <Timer.h>
 #include <Math64.h>
 #else
 #include <math.h>