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.

This commit is contained in:
mchinen 2011-03-06 17:11:51 +00:00
parent a2a87bb373
commit 36dbff73b4
1 changed files with 2 additions and 2 deletions

View File

@ -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