X-Git-Url: http://git.indexdata.com/?p=ir-tcl-moved-to-github.git;a=blobdiff_plain;f=ir-tcl.h;h=54f6d8a2ebb87f1bb8a417f11e5eb1f22b9dab93;hp=213a9355390f58d1b796ca9e8d7350958d8ba64b;hb=HEAD;hpb=7d95b9c0eeb4360a9abbf92244bd459f85297304 diff --git a/ir-tcl.h b/ir-tcl.h index 213a935..54f6d8a 100644 --- a/ir-tcl.h +++ b/ir-tcl.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: ir-tcl.h,v $ - * Revision 1.16 1997-04-13 18:57:28 adam + * Revision 1.17 1999-02-11 11:30:11 adam + * Updated for WIN32. + * + * Revision 1.16 1997/04/13 18:57:28 adam * Better error reporting and aligned with Tcl/Tk style. * Rework of notifier code with Tcl_File handles. * @@ -78,7 +81,7 @@ #ifndef IR_TCL_H #define IR_TCL_H -#ifndef WINDOWS +#ifndef WIN32 int Irtcl_Init (Tcl_Interp *interp); #endif