Fix non-dynamic PortAudio

This commit is contained in:
Chris Robinson
2010-04-01 03:25:39 -07:00
parent ec1a4884d9
commit c16b895460
-1
View File
@@ -92,7 +92,6 @@ void *pa_load(void)
} while(0)
#else
str = NULL;
pa_handle = (void*)0xDEADBEEF;
#define LOAD_FUNC(f) p##f = f
#endif