comparison nt/ddeclient.c @ 109871:3226ac2da7f7

merge from trunk
author Joakim <joakim@localhost.localdomain>
date Tue, 17 Aug 2010 23:19:11 +0200
parents d12162869c07
children 417b1e4d63cd
comparison
equal deleted inserted replaced
109870:2ea89e2c498f 109871:3226ac2da7f7
33 #define DdeCommand(str) \ 33 #define DdeCommand(str) \
34 DdeClientTransaction (str, strlen (str)+1, HConversation, (HSZ)NULL, \ 34 DdeClientTransaction (str, strlen (str)+1, HConversation, (HSZ)NULL, \
35 CF_TEXT, XTYP_EXECUTE, 30000, NULL) 35 CF_TEXT, XTYP_EXECUTE, 30000, NULL)
36 36
37 int 37 int
38 main (argc, argv) 38 main (int argc, char *argv[])
39 int argc;
40 char *argv[];
41 { 39 {
42 DWORD idDde = 0; 40 DWORD idDde = 0;
43 HCONV HConversation; 41 HCONV HConversation;
44 HSZ Server; 42 HSZ Server;
45 HSZ Topic = 0; 43 HSZ Topic = 0;