diff options
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> |
