diff options
Diffstat (limited to 'win/tkWin32Dll.c')
-rw-r--r-- | win/tkWin32Dll.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/win/tkWin32Dll.c b/win/tkWin32Dll.c index cd9942a..efefe86 100644 --- a/win/tkWin32Dll.c +++ b/win/tkWin32Dll.c @@ -5,8 +5,8 @@ * * Copyright (c) 1995 Sun Microsystems, Inc. * - * See the file "license.terms" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. + * See the file "license.terms" for information on usage and redistribution of + * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #include "tkWinInt.h" @@ -66,10 +66,10 @@ BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason, */ BOOL APIENTRY -DllEntryPoint(hInst, reason, reserved) - HINSTANCE hInst; /* Library instance handle. */ - DWORD reason; /* Reason this function is being called. */ - LPVOID reserved; /* Not used. */ +DllEntryPoint( + HINSTANCE hInst, /* Library instance handle. */ + DWORD reason, /* Reason this function is being called. */ + LPVOID reserved) /* Not used. */ { return DllMain(hInst, reason, reserved); } @@ -95,11 +95,11 @@ DllEntryPoint(hInst, reason, reserved) *---------------------------------------------------------------------- */ -BOOL WINAPI -DllMain(hInstance, reason, reserved) - HINSTANCE hInstance; - DWORD reason; - LPVOID reserved; +BOOL APIENTRY +DllMain( + HINSTANCE hInstance, + DWORD reason, + LPVOID reserved) { #ifdef HAVE_NO_SEH EXCEPTION_REGISTRATION registration; @@ -150,7 +150,7 @@ DllMain(hInstance, reason, reserved) * Call TkFinalize */ - "movq $0x0, %%rcx" "\n\t" + "movq $0x0, 0x0(%%esp)" "\n\t" "call TkFinalize" "\n\t" /* |