summaryrefslogtreecommitdiffstats
path: root/win/tclWinReg.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-31 11:46:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-31 11:46:40 (GMT)
commit8beec4c8178ef562683747377c7a2a7967ae822b (patch)
tree483c10f47ab96dd57e9685965c1790eed2822067 /win/tclWinReg.c
parentcb75a6048aea230290902a214ce83d0a75e30a30 (diff)
parentf88311f6c16e0304e81f8aad277697533fa2bbe6 (diff)
downloadtcl-8beec4c8178ef562683747377c7a2a7967ae822b.zip
tcl-8beec4c8178ef562683747377c7a2a7967ae822b.tar.gz
tcl-8beec4c8178ef562683747377c7a2a7967ae822b.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")