From 36dbff73b400193791786d9b7939f54146697c59 Mon Sep 17 00:00:00 2001 From: mchinen Date: Sun, 6 Mar 2011 17:11:51 +0000 Subject: [PATCH] portaudio: win - fix a bad header include-once trick.\nas this is only included by px_win_endpoint.c and px_win_common.h is not included there I do not think it was causing any bugs, but is obviously a copy-paste typo. --- lib-src/portmixer/src/px_win_endpoint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib-src/portmixer/src/px_win_endpoint.h b/lib-src/portmixer/src/px_win_endpoint.h index 39d82493e..b4bfb70ea 100644 --- a/lib-src/portmixer/src/px_win_endpoint.h +++ b/lib-src/portmixer/src/px_win_endpoint.h @@ -1,5 +1,5 @@ -#ifndef PX_WIN_COMMON_H -#define PX_WIN_COMMON_H +#ifndef PX_WIN_ENDPOINT_H +#define PX_WIN_ENDPOINT_H /* * PortMixer * Windows Common Header for Vista/7