summaryrefslogtreecommitdiffstats
path: root/win/tkWinSendCom.c
Commit message (Collapse)AuthorAgeFilesLines
* merge stable branch onto HEADdgp2007-12-131-1/+1
| | | FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
* header cleanupdgp2007-09-071-1/+2
| | | FossilOrigin-Name: 04ffea40ef0b3c0cad59a3e1576275019f29e913
* More fixes (mostly getting rid of excess spaces)dkf2005-12-021-198/+234
| | | FossilOrigin-Name: 36165453405bcc416b1b70c6014274fb196f9fa4
* * win/tkWinSend.c: Avoid using tcl internal headers and fix topatthoyts2005-10-141-7/+1
| | | | | | | * win/tkWinSendCom.h: correctly link on all types of build (was * win/tkWinSendCom.c: broken in static,msvcrt builds). FossilOrigin-Name: 90f7ea14b3d19d794d13fa33abb3dc9682139ede
* * win/tkWinSendCom.c: Placed the requirement for the special COMdavygrvy2004-01-151-1/+7
| | | | | | | | | | | | libraries into the object file itself with #paragma comment (lib, ...) when built with VC++. This will simplify linking for users of the static library. uuid.lib is required for VC5.2, but is implicit with VC6. * win/makefile.vc: Removed 'ole32.lib oleaut32.lib uuid.lib' from $(baselibs). FossilOrigin-Name: 7d58561259d813bbc42d03b105c473d3afe232ea
* winSend cleanup and bug fix -- these files need better documentationvincentdarley2003-11-201-34/+20
| | | FossilOrigin-Name: ea139e1e50b60de89fe8f69012d42b14466bff2b
* * win/tcl.m4: Add TIP #150 items to the TEA makefiles.patthoyts2003-10-081-50/+61
| | | | | | | | | | * win/configure: * win/Makefile.in: * win/tkWinSend.c: Clean up some warnings from gcc -Wall. * win/tkWinSendCom.c: FossilOrigin-Name: 34f9ee5a119c768702a1ab36c15e9a018580f3c7
* * win/makefile.vc: Implementation of TIP #150, "Providepatthoyts2003-09-261-0/+431
* win/tkWinSend.c: 'send' command for Windows" * win/tkWinSendCom.h: * win/tkWinSendCom.c: FossilOrigin-Name: 0ac88e3771844bf1cbca4a2f9343139667dd4d43