summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordas <das>2006-11-03 14:42:09 (GMT)
committerdas <das>2006-11-03 14:42:09 (GMT)
commit9904e2e3e00e1fe4826b913abaf597f20163d3cc (patch)
tree3f2c4d2493e5f3c4f62a3b786d3bdbd6d1cc3ee9 /win
parent870a7806556fe7950fb74c6cdb6a3f51334b3d13 (diff)
downloadtk-9904e2e3e00e1fe4826b913abaf597f20163d3cc.zip
tk-9904e2e3e00e1fe4826b913abaf597f20163d3cc.tar.gz
tk-9904e2e3e00e1fe4826b913abaf597f20163d3cc.tar.bz2
#include tkInt.h to ensure MODULE_SCOPE is defined
Diffstat (limited to 'win')
-rw-r--r--win/ttkWinMonitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/ttkWinMonitor.c b/win/ttkWinMonitor.c
index 345eed9..0d8b21b 100644
--- a/win/ttkWinMonitor.c
+++ b/win/ttkWinMonitor.c
@@ -1,4 +1,4 @@
-/* $Id: ttkWinMonitor.c,v 1.2 2006/11/03 03:06:22 das Exp $
+/* $Id: ttkWinMonitor.c,v 1.3 2006/11/03 14:42:09 das Exp $
*/
#ifdef _MSC_VER
@@ -8,7 +8,7 @@
#include <windows.h>
#include <tcl.h>
#include <tk.h>
-#include <tkPlatDecls.h>
+#include <tkWinInt.h>
#include "ttk/ttkTheme.h"
#if !defined(WM_THEMECHANGED)