summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2002-06-18 00:34:45 (GMT)
committerdavygrvy <davygrvy>2002-06-18 00:34:45 (GMT)
commit9244c6c5d0887b5f57641877727c0bb0400499fd (patch)
treef67fee15d8fd4b2f06a42cfa952519ed699c451b /generic
parentf661c8d8f05bc45cb77c196f3b89e5fc90d00500 (diff)
downloadtk-9244c6c5d0887b5f57641877727c0bb0400499fd.zip
tk-9244c6c5d0887b5f57641877727c0bb0400499fd.tar.gz
tk-9244c6c5d0887b5f57641877727c0bb0400499fd.tar.bz2
Trims to support the removal of RESOURCE_INCLUDED from rc
scripts from Tcl's accepted FR #565088. * generic/tk.h: Changed RESOURCE_INCLUDED to be RC_INVOKED as the RC tool defines this already by default. * win/rc/tk.rc: * win/rc/wish.rc: removed the #define RESOURCE_INCLUDED lines.
Diffstat (limited to 'generic')
-rw-r--r--generic/tk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tk.h b/generic/tk.h
index babc9bf..666d978 100644
--- a/generic/tk.h
+++ b/generic/tk.h
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tk.h,v 1.61 2002/06/14 22:25:11 jenglish Exp $
+ * RCS: @(#) $Id: tk.h,v 1.62 2002/06/18 00:34:45 davygrvy Exp $
*/
#ifndef _TK
@@ -73,7 +73,7 @@ extern "C" {
* in resource files.
*/
-#ifndef RESOURCE_INCLUDED
+#ifndef RC_INVOKED
#ifndef _XLIB_H
# ifdef MAC_TCL
@@ -1512,7 +1512,7 @@ typedef int (Tk_SelectionProc) _ANSI_ARGS_((ClientData clientData,
*/
-#endif /* RESOURCE_INCLUDED */
+#endif /* RC_INVOKED */
#undef TCL_STORAGE_CLASS
#define TCL_STORAGE_CLASS DLLIMPORT