diff libmpcodecs/vd_qtvideo.c @ 31348:8df8a7c20f46

Replace forward declarations by proper loader/wine/winbase.h #include.
author diego
date Mon, 14 Jun 2010 14:35:57 +0000
parents fc34860b15f1
children 56e3df9c8aaa
line wrap: on
line diff
--- a/libmpcodecs/vd_qtvideo.c	Mon Jun 14 14:19:58 2010 +0000
+++ b/libmpcodecs/vd_qtvideo.c	Mon Jun 14 14:35:57 2010 +0000
@@ -31,6 +31,7 @@
 #else
 #include "loader/ldt_keeper.h"
 #include "loader/qtx/qtxsdk/components.h"
+#include "loader/wine/winbase.h"
 #include "loader/wine/windef.h"
 #endif
 
@@ -52,9 +53,6 @@
 static ImageSequence imageSeq;
 
 #ifndef CONFIG_QUICKTIME
-HMODULE   WINAPI LoadLibraryA(LPCSTR);
-FARPROC   WINAPI GetProcAddress(HMODULE,LPCSTR);
-int       WINAPI FreeLibrary(HMODULE);
 static    HINSTANCE qtime_qts; // handle to the preloaded quicktime.qts
 static    HMODULE handler;
 static    OSErr (*InitializeQTML)(long flags);