[MPlayer-cvslog] r31410 - in trunk/loader/qtx: list.c qtxload.c

diego subversion at mplayerhq.hu
Mon Jun 14 13:45:33 CEST 2010


Author: diego
Date: Mon Jun 14 13:45:33 2010
New Revision: 31410

Log:
Replace forward declarations by loader/wine/winbase.h #include.

Modified:
   trunk/loader/qtx/list.c
   trunk/loader/qtx/qtxload.c

Modified: trunk/loader/qtx/list.c
==============================================================================
--- trunk/loader/qtx/list.c	Mon Jun 14 13:41:07 2010	(r31409)
+++ trunk/loader/qtx/list.c	Mon Jun 14 13:45:33 2010	(r31410)
@@ -26,9 +26,7 @@
 #include "qtxsdk/components.h"
 #include "qtxsdk/select.h"
 #include "loader/ldt_keeper.h"
-
-void* LoadLibraryA(char* name);
-void* GetProcAddress(void* handle,char* func);
+#include "loader/wine/winbase.h"
 
 #define __stdcall __attribute__((__stdcall__))
 #define __cdecl   __attribute__((__cdecl__))

Modified: trunk/loader/qtx/qtxload.c
==============================================================================
--- trunk/loader/qtx/qtxload.c	Mon Jun 14 13:41:07 2010	(r31409)
+++ trunk/loader/qtx/qtxload.c	Mon Jun 14 13:45:33 2010	(r31410)
@@ -23,11 +23,9 @@
 #include "qtxsdk/components.h"
 #include "qtxsdk/select.h"
 #include "loader/ldt_keeper.h"
+#include "loader/wine/winbase.h"
 #include "mp_msg.h"
 
-void* LoadLibraryA(char* name);
-void* GetProcAddress(void* handle,char* func);
-
 #define __stdcall __attribute__((__stdcall__))
 #define __cdecl   __attribute__((__cdecl__))
 #define APIENTRY


More information about the MPlayer-cvslog mailing list