diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-12-10 12:03:53 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-12-10 12:03:53 (GMT) |
commit | 07d529beffc9cd3f7e50d532f77dd47ca2bd6234 (patch) | |
tree | 3be0766e5ef672f698f05a31cca0c975813c7535 /win/ttkWinMonitor.c | |
parent | dc96a893397500b3a0ca97269c74728de9bf4cdd (diff) | |
download | tk-07d529beffc9cd3f7e50d532f77dd47ca2bd6234.zip tk-07d529beffc9cd3f7e50d532f77dd47ca2bd6234.tar.gz tk-07d529beffc9cd3f7e50d532f77dd47ca2bd6234.tar.bz2 |
Only tkWin.h should include windows.h unless we have an explicit override of
the WINVER macro.
Diffstat (limited to 'win/ttkWinMonitor.c')
-rw-r--r-- | win/ttkWinMonitor.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/ttkWinMonitor.c b/win/ttkWinMonitor.c index 2856365..8be32e4 100644 --- a/win/ttkWinMonitor.c +++ b/win/ttkWinMonitor.c @@ -1,11 +1,10 @@ -/* $Id: ttkWinMonitor.c,v 1.14 2007/12/05 19:08:00 hobbs Exp $ +/* $Id: ttkWinMonitor.c,v 1.15 2007/12/10 12:03:55 patthoyts Exp $ */ #ifdef _MSC_VER #define WIN32_LEAN_AND_MEAN #endif -#include <windows.h> #include <tkWinInt.h> #include "ttk/ttkTheme.h" |