* Unbreak the MinGW build more...

* Unbreak USE_OPENAL_DLOPEN=1
This commit is contained in:
Tim Angus 2005-11-13 22:16:24 +00:00
parent 33c1528673
commit 668fdc102c
3 changed files with 6 additions and 5 deletions

View file

@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "qal.h"
#ifdef USE_OPENAL_DLOPEN
#if USE_OPENAL_DLOPEN
#if defined _WIN32
#include <windows.h>
#define OBJTYPE HMODULE
@ -341,7 +341,7 @@ void QAL_Shutdown( void )
qalcGetString = NULL;
qalcGetIntegerv = NULL;
}
#endif
#else
qboolean QAL_Init(const char *libname)
{
return qtrue;
@ -350,3 +350,4 @@ void QAL_Shutdown( void )
{
}
#endif
#endif