*** generic/tk.h 2001/04/02 02:08:55 1.54 --- generic/tk.h 2001/05/22 06:47:39 *************** *** 73,79 **** * in resource files. */ ! #ifndef RESOURCE_INCLUDED #ifndef _XLIB_H # ifdef MAC_TCL --- 73,79 ---- * in resource files. */ ! #ifndef RC_INVOKED #ifndef _XLIB_H # ifdef MAC_TCL *************** *** 1447,1453 **** */ ! #endif /* RESOURCE_INCLUDED */ #undef TCL_STORAGE_CLASS #define TCL_STORAGE_CLASS DLLIMPORT --- 1447,1453 ---- */ ! #endif /* RC_INVOKED */ #undef TCL_STORAGE_CLASS #define TCL_STORAGE_CLASS DLLIMPORT *** win/rc/tk.rc 2000/10/31 01:28:27 1.6 --- win/rc/tk.rc 2001/05/22 06:47:39 *************** *** 4,16 **** // #include - - #define RESOURCE_INCLUDED #include - - #define STRINGIFY1(x) #x - #define STRINGIFY(x) STRINGIFY1(x) - // // build-up the name suffix that defines the type of build this is. --- 4,10 ---- *** win/rc/wish.rc 2000/10/31 01:28:27 1.5 --- win/rc/wish.rc 2001/05/22 06:47:40 *************** *** 4,15 **** // #include - - #define RESOURCE_INCLUDED #include - - #define STRINGIFY1(x) #x - #define STRINGIFY(x) STRINGIFY1(x) // // build-up the name suffix that defines the type of build this is. --- 4,10 ----