Index: dll/directx/wine/msdmo/dmoreg.c =================================================================== --- dll/directx/wine/msdmo/dmoreg.c (revision 63108) +++ dll/directx/wine/msdmo/dmoreg.c (working copy) @@ -609,7 +609,7 @@ { Names[count] = HeapAlloc(GetProcessHeap(), 0, strlenW(szValue) + 1); if (Names[count]) - strcmpW(Names[count], szValue); + strcpyW(Names[count], szValue); } wsprintfW(szGuidKey,szToGuidFmt,szNextKey); CLSIDFromString(szGuidKey, &pCLSID[count]);