diff options
Diffstat (limited to 'mac/tclMacApplication.r')
-rw-r--r-- | mac/tclMacApplication.r | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tclMacApplication.r b/mac/tclMacApplication.r index b848da1..280c4ad 100644 --- a/mac/tclMacApplication.r +++ b/mac/tclMacApplication.r @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMacApplication.r,v 1.5 2001/12/27 22:46:15 das Exp $ + * RCS: @(#) $Id: tclMacApplication.r,v 1.6 2002/09/12 17:33:20 das Exp $ */ #include <Types.r> @@ -21,7 +21,7 @@ * the version string for Tcl. */ -#define RESOURCE_INCLUDED +#define RC_INVOKED #include "tcl.h" #if (TCL_RELEASE_LEVEL == 0) |