summaryrefslogtreecommitdiffstats
path: root/win/tclWinDde.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-08-16 11:23:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-08-16 11:23:10 (GMT)
commitea9c5d778a6e1dffabfb1138daa94f9ef796dabc (patch)
tree162be0d6576b34426a0e24068d5d3bfbff5ed2c7 /win/tclWinDde.c
parent9e54409ee9dce212a60524125107a3679315e4bc (diff)
downloadtcl-ea9c5d778a6e1dffabfb1138daa94f9ef796dabc.zip
tcl-ea9c5d778a6e1dffabfb1138daa94f9ef796dabc.tar.gz
tcl-ea9c5d778a6e1dffabfb1138daa94f9ef796dabc.tar.bz2
[Bug 3388350] mingw64 compiler warnings
Diffstat (limited to 'win/tclWinDde.c')
-rw-r--r--win/tclWinDde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinDde.c b/win/tclWinDde.c
index f5882c6..d180878 100644
--- a/win/tclWinDde.c
+++ b/win/tclWinDde.c
@@ -173,7 +173,7 @@ Initialize(void)
if (ddeInstance == 0) {
Tcl_MutexLock(&ddeMutex);
if (ddeInstance == 0) {
- if (DdeInitialize(&ddeInstance, DdeServerProc,
+ if (DdeInitialize(&ddeInstance, (PFNCALLBACK) DdeServerProc,
CBF_SKIP_REGISTRATIONS
| CBF_SKIP_UNREGISTRATIONS
| CBF_FAIL_POKES, 0)