diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2011-10-03 22:53:24 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2011-10-03 23:45:59 -0700 |
| commit | d8def74dd1cda90af4fc523cc836ca3e36bb2126 (patch) | |
| tree | 7e1b1eab45e633432b5585f42e57902f0a4f1710 /Source/Core/Common | |
| parent | b4d751e43cbf72fe666441841f1ee7428794642e (diff) | |
add portaudio headers and windows static libs to Externals, enable by default in windows build.
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/Common.h | 2 |
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> |
