diff options
author | patthoyts <patthoyts@noemail.net> | 2005-10-14 11:59:17 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@noemail.net> | 2005-10-14 11:59:17 (GMT) |
commit | 8e4cdae7e1a334150cffa6963230cf37ea123f2f (patch) | |
tree | a34814fa07b70ca017efa5a439984599e6c1f12b /win/tkWinSendCom.c | |
parent | de5f371307064c077b1667afbd3af393b9bcfe75 (diff) | |
download | tk-8e4cdae7e1a334150cffa6963230cf37ea123f2f.zip tk-8e4cdae7e1a334150cffa6963230cf37ea123f2f.tar.gz tk-8e4cdae7e1a334150cffa6963230cf37ea123f2f.tar.bz2 |
* win/tkWinSend.c: Avoid using tcl internal headers and fix to
* win/tkWinSendCom.h: correctly link on all types of build (was
* win/tkWinSendCom.c: broken in static,msvcrt builds).
FossilOrigin-Name: 90f7ea14b3d19d794d13fa33abb3dc9682139ede
Diffstat (limited to 'win/tkWinSendCom.c')
-rw-r--r-- | win/tkWinSendCom.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/win/tkWinSendCom.c b/win/tkWinSendCom.c index 9ad1f15..28dc960 100644 --- a/win/tkWinSendCom.c +++ b/win/tkWinSendCom.c @@ -17,17 +17,11 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinSendCom.c,v 1.4 2004/01/15 21:46:22 davygrvy Exp $ + * RCS: @(#) $Id: tkWinSendCom.c,v 1.5 2005/10/14 11:59:19 patthoyts Exp $ */ #include "tkWinSendCom.h" -#ifdef _MSC_VER -# pragma comment (lib, "ole32.lib") -# pragma comment (lib, "oleaut32.lib") -# pragma comment (lib, "uuid.lib") -#endif - /* * ---------------------------------------------------------------------- * Non-public prototypes. |