diff options
author | patthoyts@users.sourceforge.net <patthoyts> | 2007-12-10 12:03:53 (GMT) |
---|---|---|
committer | patthoyts@users.sourceforge.net <patthoyts> | 2007-12-10 12:03:53 (GMT) |
commit | 4be83ea69132771c36b5af13b0f4c8fac9d43bf2 (patch) | |
tree | 3be0766e5ef672f698f05a31cca0c975813c7535 /win/ttkWinTheme.c | |
parent | a8a763814c98596b928a37bcc460ed88c2c6b815 (diff) | |
download | tk-4be83ea69132771c36b5af13b0f4c8fac9d43bf2.zip tk-4be83ea69132771c36b5af13b0f4c8fac9d43bf2.tar.gz tk-4be83ea69132771c36b5af13b0f4c8fac9d43bf2.tar.bz2 |
Only tkWin.h should include windows.h unless we have an explicit override of
the WINVER macro.
Diffstat (limited to 'win/ttkWinTheme.c')
-rw-r--r-- | win/ttkWinTheme.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/ttkWinTheme.c b/win/ttkWinTheme.c index e8b32e4..2e29f46 100644 --- a/win/ttkWinTheme.c +++ b/win/ttkWinTheme.c @@ -1,14 +1,12 @@ /* winTheme.c - Copyright (C) 2004 Pat Thoyts <patthoyts@users.sf.net> * - * $Id: ttkWinTheme.c,v 1.10 2007/12/02 04:32:23 jenglish Exp $ + * $Id: ttkWinTheme.c,v 1.11 2007/12/10 12:03:55 patthoyts Exp $ */ #ifdef _MSC_VER #define WIN32_LEAN_AND_MEAN #endif -#include <windows.h> - #include <tkWinInt.h> #ifndef DFCS_HOT /* Windows 98/Me, Windows 200/XP only */ |