diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2004-09-24 01:15:05 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2004-09-24 01:15:05 (GMT) |
commit | 7eb9084b9e65b063d1fea59837f705050fa2847e (patch) | |
tree | abd6aca90df1751924f8d7db2c7129a41119a37e /win/tkWinX.c | |
parent | ff49febdf99cde8f07bc81a9e5ad5cc8810c8b1f (diff) | |
download | tk-7eb9084b9e65b063d1fea59837f705050fa2847e.zip tk-7eb9084b9e65b063d1fea59837f705050fa2847e.tar.gz tk-7eb9084b9e65b063d1fea59837f705050fa2847e.tar.bz2 |
* win/tkWinX.c: Added declaration for advapi32 now that this file
uses the Reg* functions (req'd for nmake build system).
Diffstat (limited to 'win/tkWinX.c')
-rw-r--r-- | win/tkWinX.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tkWinX.c b/win/tkWinX.c index 83866a5..1bef5c4 100644 --- a/win/tkWinX.c +++ b/win/tkWinX.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinX.c,v 1.33 2004/09/23 01:08:12 hobbs Exp $ + * RCS: @(#) $Id: tkWinX.c,v 1.34 2004/09/24 01:15:07 patthoyts Exp $ */ #include "tkWinInt.h" @@ -28,6 +28,7 @@ #include <commctrl.h> #ifdef _MSC_VER # pragma comment (lib, "comctl32.lib") +# pragma comment (lib, "advapi32.lib") #endif /* |