From 7621516c1ca0ecf9f80d094763a1705c32d7458f Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 12 Feb 2018 23:39:19 +0800 Subject: Now we have unified the GLFW versions (uglily). Also fixed a symbol conflict for the good old msvc. --- smelt/glfw/sfx_oal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smelt/glfw/sfx_oal.cpp') diff --git a/smelt/glfw/sfx_oal.cpp b/smelt/glfw/sfx_oal.cpp index 5b8d135..a8a3299 100644 --- a/smelt/glfw/sfx_oal.cpp +++ b/smelt/glfw/sfx_oal.cpp @@ -10,8 +10,8 @@ */ #include "smelt_internal.hpp" -static const char* SFX_OAL_SRCFN="smelt/glfw/sfx_oal.cpp"; #ifndef ENABLE_DUMB +static const char* SFX_OAL_SRCFN="smelt/glfw/sfx_oal.cpp"; #ifdef ENABLE_OGG_SUPPORT struct oggdata{const BYTE *data;DWORD size,pos;}; static void* readVorbis(const BYTE *data,const DWORD size, ALsizei *decomp_size,ALenum *fmt,ALsizei *freq); -- cgit v1.2.3