diff options
| author | nijtmans <nijtmans> | 2009-12-21 23:25:39 (GMT) |
|---|---|---|
| committer | nijtmans <nijtmans> | 2009-12-21 23:25:39 (GMT) |
| commit | 367aaa350315a341356ec49f3e3f64bd54cbecef (patch) | |
| tree | 86d9a8cc06d969564b99b6d5ed25975042f9300a /generic/tclOOInt.h | |
| parent | ccd4172f94302647ab57606d12ec1bb6b2d6e9f3 (diff) | |
| download | tcl-367aaa350315a341356ec49f3e3f64bd54cbecef.zip tcl-367aaa350315a341356ec49f3e3f64bd54cbecef.tar.gz tcl-367aaa350315a341356ec49f3e3f64bd54cbecef.tar.bz2 | |
Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still not enabled yet, but at least it is a step in the right direction.
Diffstat (limited to 'generic/tclOOInt.h')
| -rw-r--r-- | generic/tclOOInt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclOOInt.h b/generic/tclOOInt.h index 17db3f1..86bc9d3 100644 --- a/generic/tclOOInt.h +++ b/generic/tclOOInt.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclOOInt.h,v 1.12 2009/07/12 14:51:30 dkf Exp $ + * RCS: @(#) $Id: tclOOInt.h,v 1.13 2009/12/21 23:25:39 nijtmans Exp $ */ #ifndef TCL_OO_INTERNAL_H @@ -589,6 +589,7 @@ MODULE_SCOPE int TclOOUpcatchCmd(ClientData ignored, * but all arguments are used multiple times and so must have no side effects. */ +#undef DUPLICATE /* prevent possible conflict with definition in WINAPI nb30.h */ #define DUPLICATE(target,source,type) \ do { \ register unsigned len = sizeof(type) * ((target).num=(source).num);\ |
