summaryrefslogtreecommitdiffstats
path: root/win/ttkWinMonitor.c
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2007-12-10 12:03:52 (GMT)
committerpatthoyts <patthoyts@noemail.net>2007-12-10 12:03:52 (GMT)
commit15017bd02c298c55f286e4665c7e5d057720517e (patch)
tree3be0766e5ef672f698f05a31cca0c975813c7535 /win/ttkWinMonitor.c
parent3bae6c0323ace5a920e88166100900b09ec6a8c2 (diff)
downloadtk-15017bd02c298c55f286e4665c7e5d057720517e.zip
tk-15017bd02c298c55f286e4665c7e5d057720517e.tar.gz
tk-15017bd02c298c55f286e4665c7e5d057720517e.tar.bz2
Only tkWin.h should include windows.h unless we have an explicit override of
the WINVER macro. FossilOrigin-Name: af9dcfb6baa443f371d861f8e51b84cffe97ef2d
Diffstat (limited to 'win/ttkWinMonitor.c')
-rw-r--r--win/ttkWinMonitor.c3
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"