Tcl Source Code

Artifact [786f20f9b4]
Login

Artifact 786f20f9b4fb9a49585c2ed88f92ab37790a0fff:

Attachment "diff.txt" to ticket [478579ffff] added by davygrvy 2001-11-06 13:57:15.
Index: tclWinInt.h
===================================================================
RCS file: /cvsroot/tcl/tcl/win/tclWinInt.h,v
retrieving revision 1.12
diff -c -r1.12 tclWinInt.h
*** tclWinInt.h	2001/10/29 15:02:44	1.12
--- tclWinInt.h	2001/11/06 06:47:16
***************
*** 103,111 ****
  
  EXTERN void		TclWinInit(HINSTANCE hInst);
  
- # undef TCL_STORAGE_CLASS
- # define TCL_STORAGE_CLASS DLLIMPORT
  
  #include "tclIntPlatDecls.h"
  
  #endif	/* _TCLWININT */
--- 103,112 ----
  
  EXTERN void		TclWinInit(HINSTANCE hInst);
  
  
  #include "tclIntPlatDecls.h"
+ 
+ #undef TCL_STORAGE_CLASS
+ #define TCL_STORAGE_CLASS DLLIMPORT
  
  #endif	/* _TCLWININT */