aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-09-12 18:43:56 +0000
committerJörg Mayer <jmayer@loplof.de>2006-09-12 18:43:56 +0000
commit5f9300b9e23befe1065a9f5643df81be08a89973 (patch)
tree37c918854e1cfaa470471191c581367d4bb1507e /config.h.win32
parentd0f09612b88f33b13c3fcb977a01ceb30f2dc715 (diff)
Makefile.nmake
config.h.win32 - Use HAVE_LIBPORTAUDIO instead of HAVE_PORTAUDIO to make sure we use the same var everywhere (including sources and autofoo stuff). - Use PORTAUDIO_API_1 everywhere version_info.c - Include <portaudio.h> - Add some , and breaks when printing version infos. svn path=/trunk/; revision=19218
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32
index 15e42873b3..be279f80ca 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -221,9 +221,9 @@
@HAVE_LUA_5_1@
/* Define to use Portaudio library */
-@HAVE_PORTAUDIO@
+@HAVE_LIBPORTAUDIO@
/* Define version of of the Portaudio library API */
-@HAVE_PORTAUDIO_API@
+@PORTAUDIO_API_1@
#ifndef WIN32
#define WIN32 1