libpurple/plugins/tcl/tcl.c

branch
release-2.x.y
changeset 33756
81c1f235dce6
parent 33575
a53317024f50
child 33861
71533f0d5dc0
--- a/libpurple/plugins/tcl/tcl.c	Thu Feb 14 21:58:02 2013 +0000
+++ b/libpurple/plugins/tcl/tcl.c	Mon Feb 18 18:24:08 2013 -0500
@@ -422,8 +422,8 @@
 };
 
 #ifdef _WIN32
-typedef Tcl_Interp* (CALLBACK* LPFNTCLCREATEINTERP)(void);
-typedef void        (CALLBACK* LPFNTKINIT)(Tcl_Interp*);
+typedef Tcl_Interp* (__cdecl* LPFNTCLCREATEINTERP)(void);
+typedef void        (__cdecl* LPFNTKINIT)(Tcl_Interp*);
 
 LPFNTCLCREATEINTERP wtcl_CreateInterp = NULL;
 LPFNTKINIT wtk_Init = NULL;

mercurial