summaryrefslogtreecommitdiffstats
path: root/loader/qtx/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/qtx/list.c')
-rw-r--r--loader/qtx/list.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/loader/qtx/list.c b/loader/qtx/list.c
index c4a72c1480..bbf1684b5d 100644
--- a/loader/qtx/list.c
+++ b/loader/qtx/list.c
@@ -26,14 +26,7 @@
#include "qtxsdk/components.h"
#include "qtxsdk/select.h"
#include "loader/ldt_keeper.h"
-
-char* get_path(const char* x){ return strdup(x);}
-void* LoadLibraryA(char* name);
-void* GetProcAddress(void* handle,char* func);
-
-#define __stdcall __attribute__((__stdcall__))
-#define __cdecl __attribute__((__cdecl__))
-#define APIENTRY
+#include "loader/wine/winbase.h"
int main(void) {
void *handler;