aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-12 18:43:56 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-12 18:43:56 +0000
commitc79321a3702cd3a8046fde714a07a6c7b682fcc7 (patch)
tree37c918854e1cfaa470471191c581367d4bb1507e /config.h.win32
parent3ea6a0c277e4e1aaec45c6c27d4c2831dbaee0de (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19218 f5534014-38df-0310-8fa8-9805f1628bb7
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