summaryrefslogtreecommitdiff
path: root/itcl/itk/generic/itk.h
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/itk/generic/itk.h')
-rw-r--r--itcl/itk/generic/itk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/itcl/itk/generic/itk.h b/itcl/itk/generic/itk.h
index 6bfa73c92f1..c96f61930c0 100644
--- a/itcl/itk/generic/itk.h
+++ b/itcl/itk/generic/itk.h
@@ -55,7 +55,7 @@
* and procedure declarations, that occur below.
*/
-#ifndef RESOURCE_INCLUDED
+#ifndef RC_INVOKED
#include "itclInt.h"
#include "tk.h"
@@ -101,7 +101,7 @@ typedef struct ItkClassOption {
#ifdef USE_ITK_STUBS
-char * Itk_InitStubs _ANSI_ARGS_((Tcl_Interp *interp,
+CONST char * Itk_InitStubs _ANSI_ARGS_((Tcl_Interp *interp,
char *version, int exact));
#endif
@@ -112,5 +112,5 @@ char * Itk_InitStubs _ANSI_ARGS_((Tcl_Interp *interp,
# undef TCL_STORAGE_CLASS
# define TCL_STORAGE_CLASS DLLIMPORT
-#endif /* RESOURCE INCLUDED */
+#endif /* RC_INVOKED */
#endif /* ITK_H */