aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/compat.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-10 00:01:34 -0800
committerChris Robinson <[email protected]>2018-11-10 00:01:34 -0800
commit981205de36aa05388d431a0c41fff1136aec327d (patch)
tree32e1c5248d0ac21d9bb081fa0cadd420b970ff3e /Alc/compat.h
parent68bcf81756d160f9bf1c6c68b9d83611754ff54a (diff)
Remove unused strdupW
Diffstat (limited to 'Alc/compat.h')
-rw-r--r--Alc/compat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/compat.h b/Alc/compat.h
index 3a5d66c2..77845d73 100644
--- a/Alc/compat.h
+++ b/Alc/compat.h
@@ -12,8 +12,6 @@ extern "C" {
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
-WCHAR *strdupW(const WCHAR *str);
-
/* Opens a file with standard I/O. The filename is expected to be UTF-8. */
FILE *al_fopen(const char *fname, const char *mode);