changeset 31344:5d0b3552ea01

Replace forward declarations by loader/wine/winbase.h #include.
author diego
date Mon, 14 Jun 2010 11:45:33 +0000
parents f1faf735c2c7
children 2a681e243c4c
files loader/qtx/list.c loader/qtx/qtxload.c
diffstat 2 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/loader/qtx/list.c	Mon Jun 14 11:41:07 2010 +0000
+++ b/loader/qtx/list.c	Mon Jun 14 11:45:33 2010 +0000
@@ -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__))
--- a/loader/qtx/qtxload.c	Mon Jun 14 11:41:07 2010 +0000
+++ b/loader/qtx/qtxload.c	Mon Jun 14 11:45:33 2010 +0000
@@ -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