Index: tcl.h =================================================================== RCS file: /cvsroot/tcl/tcl/generic/tcl.h,v retrieving revision 1.111 diff -c -r1.111 tcl.h *** tcl.h 2002/01/25 20:40:55 1.111 --- tcl.h 2002/01/27 23:03:35 *************** *** 325,331 **** #endif #ifndef _CLIENTDATA ! # if defined(__STDC__) || defined(__cplusplus) || defined(__BORLANDC__) typedef void *ClientData; # else typedef int *ClientData; --- 325,331 ---- #endif #ifndef _CLIENTDATA ! # if defined(__STDC__) || defined(__cplusplus) || defined(__BORLANDC__) || defined(_MSC_VER) typedef void *ClientData; # else typedef int *ClientData;