[vlc-commits] win32: remove unused type
Steve Lhomme
git at videolan.org
Thu Apr 12 10:44:42 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Apr 12 10:14:26 2018 +0200| [5d1db984d81760c9214c327f9fff64cd15360660] | committer: Steve Lhomme
win32: remove unused type
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5d1db984d81760c9214c327f9fff64cd15360660
---
src/win32/specific.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/win32/specific.c b/src/win32/specific.c
index 4ab588a7b7..d00c932a5f 100644
--- a/src/win32/specific.c
+++ b/src/win32/specific.c
@@ -35,9 +35,6 @@
#include <mmsystem.h>
#include <winsock.h>
-#if VLC_WINSTORE_APP && !defined(__MINGW32__)
-typedef UINT MMRESULT;
-#endif
static int system_InitWSA(int hi, int lo)
{
More information about the vlc-commits
mailing list