summaryrefslogtreecommitdiffstats
path: root/loader/qtx/qtxload.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/qtx/qtxload.c')
-rw-r--r--loader/qtx/qtxload.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/qtx/qtxload.c b/loader/qtx/qtxload.c
index 265ad916e7..d17c3138d9 100644
--- a/loader/qtx/qtxload.c
+++ b/loader/qtx/qtxload.c
@@ -53,8 +53,8 @@ int main(int argc, char *argv[]){
// handler = LoadLibraryA("/root/.wine/fake_windows/Windows/System/QuickTime.qts");
handler = LoadLibraryA("QuickTime.qts");
theqtdp = GetProcAddress(handler, "theQuickTimeDispatcher");
- compcall = GetProcAddress(handler, "_CallComponent");
- compcallws = GetProcAddress(handler, "_CallComponentFunctionWithStorage");
+ compcall = GetProcAddress(handler, "CallComponent");
+ compcallws = GetProcAddress(handler, "CallComponentFunctionWithStorage");
InitializeQTML = 0x6299e590;//GetProcAddress(handler, "InitializeQTML");
InitializeQTML(6+16);