Tcl Source Code

Artifact [7838b081af]
Login

Artifact 7838b081af5dbf2691978cb771cf9abd0996db4e:

Attachment "patch.txt" to ticket [426197ffff] added by davygrvy 2001-05-22 13:57:59.
*** 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 <windows.h>
- 
- #define RESOURCE_INCLUDED
  #include <tk.h>
- 
- #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 <windows.h>
- 
- #define RESOURCE_INCLUDED
  #include <tk.h>
- 
- #define STRINGIFY1(x)       #x
- #define STRINGIFY(x)        STRINGIFY1(x) 
  
  //
  // build-up the name suffix that defines the type of build this is.
--- 4,10 ----