[PATCH] Correct prototypes in ddeml.h

Casper Hornstrup <[email protected]>
Newsgroups gmane.comp.gnu.mingw.patches
Message-ID <[email protected]>
2002-06-16  Casper S. Hornstrup  <[email protected]>

	* include/ddeml.h (DdeCreateStringHandleA,
	DdeCreateStringHandleW): Correct prototypes.


Index: include/ddeml.h
===================================================================
RCS file: /cvsroot/mingw/w32api/include/ddeml.h,v
retrieving revision 1.2
diff -b -u -r1.2 ddeml.h
--- include/ddeml.h	9 Apr 2002 21:17:17 -0000	1.2
+++ include/ddeml.h	15 Jun 2002 12:29:56 -0000
@@ -190,8 +190,8 @@
 HCONV WINAPI DdeConnect(DWORD,HSZ,HSZ,PCONVCONTEXT);
 HCONVLIST WINAPI DdeConnectList(DWORD,HSZ,HSZ,HCONVLIST,PCONVCONTEXT);
 HDDEDATA WINAPI DdeCreateDataHandle(DWORD,PBYTE,DWORD,DWORD,HSZ,UINT,UINT);
-HSZ WINAPI DdeCreateStringHandleA(DWORD,LPCSTR,int);
-HSZ WINAPI DdeCreateStringHandleW(DWORD,LPCWSTR,int);
+HSZ WINAPI DdeCreateStringHandleA(DWORD,LPSTR,int);
+HSZ WINAPI DdeCreateStringHandleW(DWORD,LPWSTR,int);
 BOOL WINAPI DdeDisconnect(HCONV);
 BOOL WINAPI DdeDisconnectList(HCONVLIST);
 BOOL WINAPI DdeEnableCallback(DWORD,HCONV,UINT);


_______________________________________________________________

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.