summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2011-10-03 22:53:24 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2011-10-03 23:45:59 -0700
commitd8def74dd1cda90af4fc523cc836ca3e36bb2126 (patch)
tree7e1b1eab45e633432b5585f42e57902f0a4f1710 /Source/Core/Common/Src
parentb4d751e43cbf72fe666441841f1ee7428794642e (diff)
add portaudio headers and windows static libs to Externals, enable by default in windows build.
Diffstat (limited to 'Source/Core/Common/Src')
-rw-r--r--Source/Core/Common/Src/Common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h
index 888a206d5d..f08a4d1bfe 100644
--- a/Source/Core/Common/Src/Common.h
+++ b/Source/Core/Common/Src/Common.h
@@ -89,6 +89,8 @@ private:
// Since it is always around on windows
#define HAVE_WX 1
+ #define HAVE_PORTAUDIO 1
+
// Debug definitions
#if defined(_DEBUG)
#include <crtdbg.h>