summaryrefslogtreecommitdiffstats
path: root/win/tclWinReg.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-18 06:36:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-18 06:36:09 (GMT)
commitb5337487d63c70b72986da7d9c35648f6a1e3b41 (patch)
tree6adc85714728aaca1618738782409d05e4dec01c /win/tclWinReg.c
parent3b8fab461b98433d47b90aeeccf88e857a115ff3 (diff)
downloadtcl-b5337487d63c70b72986da7d9c35648f6a1e3b41.zip
tcl-b5337487d63c70b72986da7d9c35648f6a1e3b41.tar.gz
tcl-b5337487d63c70b72986da7d9c35648f6a1e3b41.tar.bz2
FRQ-3544967: Missing objectfiles in static lib
Diffstat (limited to 'win/tclWinReg.c')
-rw-r--r--win/tclWinReg.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/win/tclWinReg.c b/win/tclWinReg.c
index d2f233e..9c08b0c 100644
--- a/win/tclWinReg.c
+++ b/win/tclWinReg.c
@@ -13,9 +13,8 @@
*/
#undef STATIC_BUILD
-#ifndef USE_TCL_STUBS
-# define USE_TCL_STUBS
-#endif
+#undef USE_TCL_STUBS
+#define USE_TCL_STUBS
#include "tclInt.h"
#ifdef _MSC_VER
# pragma comment (lib, "advapi32.lib")