summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-11 23:48:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-11 23:48:05 (GMT)
commit0ac90308d516370c029b3c7ea62dd8159a2b9f49 (patch)
tree9c2936b7f3647bdef5e3ce4ec8c4c4b241c1d164
parentc78ed68f2658be0eed005acc8075e1a984334506 (diff)
parent30be6c1a93c62e6cac369d88b720615a147982d1 (diff)
downloadtk-0ac90308d516370c029b3c7ea62dd8159a2b9f49.zip
tk-0ac90308d516370c029b3c7ea62dd8159a2b9f49.tar.gz
tk-0ac90308d516370c029b3c7ea62dd8159a2b9f49.tar.bz2
merge-mark
-rw-r--r--win/tkWin32Dll.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/win/tkWin32Dll.c b/win/tkWin32Dll.c
index 733d2b1..14ba729 100644
--- a/win/tkWin32Dll.c
+++ b/win/tkWin32Dll.c
@@ -97,15 +97,6 @@ DllEntryPoint(
*----------------------------------------------------------------------
*/
-#if defined(HAVE_NO_SEH) && defined(_WIN64)
-/* A little trick to make the assembler code below
- * compile on Win64 with gcc: It appears that Win64
- * does not decorate compiled functions with "_"
- */
-static void _TkFinalize(ClientData clientData) __attribute__((used));
-static void _TkFinalize(ClientData clientData) {TkFinalize(clientData);}
-#endif
-
BOOL APIENTRY
DllMain(
HINSTANCE hInstance,