comcat: Remove superfluous pointer casts.

Michael Stefaniuc mstefani at redhat.de
Wed Jan 21 02:34:14 CST 2009


---
 dlls/comcat/tests/comcat.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/comcat/tests/comcat.c b/dlls/comcat/tests/comcat.c
index 95e05ba..80f774c 100644
--- a/dlls/comcat/tests/comcat.c
+++ b/dlls/comcat/tests/comcat.c
@@ -84,9 +84,9 @@ static void do_enum(void)
 
 	IEnumCLSID *pIEnum =(IEnumCLSID*)0xdeadcafe;
 
-	CLSIDFromString((LPOLESTR)szCatID,the_cat);
-	CLSIDFromString((LPOLESTR)szGuid,&wanted_guid);
-	
+	CLSIDFromString(szCatID,the_cat);
+	CLSIDFromString(szGuid,&wanted_guid);
+
 	OleInitialize(NULL);
 
 	hr = CoCreateInstance(rclsid,NULL,CLSCTX_INPROC_SERVER,
-- 
1.6.0.6
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20090121/f91d033e/attachment.pgp 


More information about the wine-patches mailing list