aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-03-01 06:07:00 -0800
committerChris Robinson <[email protected]>2012-03-01 06:07:00 -0800
commit8d24bd720ff5007171a252ca8a2cc363ad49de92 (patch)
treef1c7f884699f4b3b1e472803ca121377ac57f864 /OpenAL32
parent55556f0e6c3d6f6ae374e0513bf92ba0b8caaef3 (diff)
Don't use GUIDs to ID mmdevapi devices, and don't enumerate if not needed
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 51740797..85807f6a 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -122,6 +122,8 @@ void *LoadLib(const char *name);
void CloseLib(void *handle);
void *GetSymbol(void *handle, const char *name);
+WCHAR *strdupW(const WCHAR *str);
+
typedef LONG pthread_once_t;
#define PTHREAD_ONCE_INIT 0
void pthread_once(pthread_once_t *once, void (*callback)(void));