diff options
author | nijtmans <nijtmans> | 2009-11-19 22:48:32 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-11-19 22:48:32 (GMT) |
commit | b36e07917dbad9ecfad09b3941e0aabbdc9f3747 (patch) | |
tree | 351378b6544d22e79e7f3794ab4ed7f079860032 /doc | |
parent | 401ff069de0d9b9bb505c34cd25d0690ffd6dc3d (diff) | |
download | tk-b36e07917dbad9ecfad09b3941e0aabbdc9f3747.zip tk-b36e07917dbad9ecfad09b3941e0aabbdc9f3747.tar.gz tk-b36e07917dbad9ecfad09b3941e0aabbdc9f3747.tar.bz2 |
doc/GetHINSTANCE.3 Fix mentioned header file
win/tcl.m4 Should have been checked in together with
the 2009-08-09 check in of "win/configure"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/GetHINSTANCE.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetHINSTANCE.3 b/doc/GetHINSTANCE.3 index 2e89475..10fd8a3 100644 --- a/doc/GetHINSTANCE.3 +++ b/doc/GetHINSTANCE.3 @@ -2,7 +2,7 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: GetHINSTANCE.3,v 1.3 2008/06/30 22:57:01 dkf Exp $ +'\" RCS: @(#) $Id: GetHINSTANCE.3,v 1.4 2009/11/19 22:48:32 nijtmans Exp $ '\" .so man.macros .TH Tk_GetHISTANCE 3 "" Tk "Tk Library Procedures" @@ -11,7 +11,7 @@ Tk_GetHINSTANCE \- retrieve the global application instance handle .SH SYNOPSIS .nf -\fB#include <tk.h>\fR +\fB#include <tkPlatDecls.h>\fR .sp HINSTANCE \fBTk_GetHINSTANCE\fR() |