aboutsummaryrefslogtreecommitdiff
path: root/smelt/glfw/sfx_oal.cpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2018-02-12 23:39:19 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2018-02-12 23:39:19 +0800
commit7621516c1ca0ecf9f80d094763a1705c32d7458f (patch)
treee8cd9cd39107114354ea03d268468aac36837710 /smelt/glfw/sfx_oal.cpp
parent7a0afbb0ee9ead422307a36d90e60702d7dbc5fb (diff)
downloadSMELT-7621516c1ca0ecf9f80d094763a1705c32d7458f.tar.xz
Now we have unified the GLFW versions (uglily).
Also fixed a symbol conflict for the good old msvc.
Diffstat (limited to 'smelt/glfw/sfx_oal.cpp')
-rw-r--r--smelt/glfw/sfx_oal.cpp2
1 files changed, 1 insertions, 1 deletions
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);