comcat: Remove superfluous pointer casts.

oldstable
Michael Stefaniuc 2009-01-21 09:34:14 +01:00 committed by Alexandre Julliard
parent b0d46d6892
commit ae6231d048
1 changed files with 3 additions and 3 deletions

View File

@ -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,