summaryrefslogtreecommitdiffstats
path: root/win/tkWinSendCom.h
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2005-10-14 11:59:18 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2005-10-14 11:59:18 (GMT)
commit4965c1256fe8406ebdd86e53579132a60cb3bae1 (patch)
treea34814fa07b70ca017efa5a439984599e6c1f12b /win/tkWinSendCom.h
parent850489f8ece9f474335ab0372ca7ef7e0f4633bc (diff)
downloadtk-4965c1256fe8406ebdd86e53579132a60cb3bae1.zip
tk-4965c1256fe8406ebdd86e53579132a60cb3bae1.tar.gz
tk-4965c1256fe8406ebdd86e53579132a60cb3bae1.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).
Diffstat (limited to 'win/tkWinSendCom.h')
-rw-r--r--win/tkWinSendCom.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/win/tkWinSendCom.h b/win/tkWinSendCom.h
index fd98ca2..2344431 100644
--- a/win/tkWinSendCom.h
+++ b/win/tkWinSendCom.h
@@ -10,17 +10,21 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWinSendCom.h,v 1.1 2003/09/26 23:59:26 patthoyts Exp $
+ * RCS: @(#) $Id: tkWinSendCom.h,v 1.2 2005/10/14 11:59:19 patthoyts Exp $
*/
#ifndef _tkWinSendCom_h_INCLUDE
#define _tkWinSendCom_h_INCLUDE
-#include "tkPort.h"
-#include "tkInt.h"
-
+#include "tkWinInt.h"
#include <ole2.h>
+#ifdef _MSC_VER
+# pragma comment (lib, "ole32.lib")
+# pragma comment (lib, "oleaut32.lib")
+# pragma comment (lib, "uuid.lib")
+#endif
+
/*
* TkWinSendCom CoClass structure
*/