Skip to content

Commit

Permalink
Merge 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Feb 19, 2024
2 parents 5f2f3e2 + 01b3cae commit 188def7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/tkWinSend.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static Tcl_ThreadDataKey dataKey;
*/

#ifdef TK_SEND_ENABLED_ON_WINDOWS
static CmdDeleteProc CmdDeleteProc;
static Tcl_CmdDeleteProc CmdDeleteProc;
static void RevokeObjectRegistration(RegisteredInterp *riPtr);
#endif /* TK_SEND_ENABLED_ON_WINDOWS */
static HRESULT BuildMoniker(const char *name, LPMONIKER *pmk);
Expand Down

0 comments on commit 188def7

Please sign in to comment.