summaryrefslogtreecommitdiffstats
path: root/loader/wine/winestring.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine/winestring.h')
-rw-r--r--loader/wine/winestring.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/loader/wine/winestring.h b/loader/wine/winestring.h
deleted file mode 100644
index cb70a0098c..0000000000
--- a/loader/wine/winestring.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef MPLAYER_WINESTRING_H
-#define MPLAYER_WINESTRING_H
-
-#include "windef.h"
-
-LPWSTR WINAPI lstrcpyAtoW(LPWSTR,LPCSTR);
-LPSTR WINAPI lstrcpyWtoA(LPSTR,LPCWSTR);
-LPWSTR WINAPI lstrcpynAtoW(LPWSTR,LPCSTR,INT);
-LPSTR WINAPI lstrcpynWtoA(LPSTR,LPCWSTR,INT);
-
-#define lstrncmpiA strncasecmp
-
-#endif /* MPLAYER_WINESTRING_H */