diff options
author | hobbs <hobbs> | 1999-11-19 22:00:19 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-11-19 22:00:19 (GMT) |
commit | 22297e2b0a9fc24e13686771ff54709746ed0310 (patch) | |
tree | 20c1116802a85020ea150be5862058a28d32e732 /win/tkWinInt.h | |
parent | 3fd1d29ce817601c769d7549d8f3c9bec8d49539 (diff) | |
download | tk-22297e2b0a9fc24e13686771ff54709746ed0310.zip tk-22297e2b0a9fc24e13686771ff54709746ed0310.tar.gz tk-22297e2b0a9fc24e13686771ff54709746ed0310.tar.bz2 |
* win/tkWinInt.h: removed TkFontAttributes typedef (was
redundant with tkFont.h).
* win/tkWinPort.h: put #ifndef __GNUC__ around redefinition
of str[n]casecmp, as cygwin uses the originals.
* win/tkWinX.c: changed GetCurrentTime to GetTickCount (the
former is deprecated). [Bug: 2053]
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r-- | win/tkWinInt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h index 7fb1ea4..7aaabaa 100644 --- a/win/tkWinInt.h +++ b/win/tkWinInt.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinInt.h,v 1.6 1999/04/16 01:51:52 stanton Exp $ + * RCS: @(#) $Id: tkWinInt.h,v 1.7 1999/11/19 22:00:19 hobbs Exp $ */ #ifndef _TKWININT @@ -41,8 +41,6 @@ #define WS_EX_TOOLWINDOW 0x00000080L #endif -typedef struct TkFontAttributes TkFontAttributes; - /* * The TkWinDCState is used to save the state of a device context * so that it can be restored later. |