ChangeLog: * Create stub for AssocIsDangerous
Index: dlls/shlwapi/assoc.c =================================================================== RCS file: /home/wine/wine/dlls/shlwapi/assoc.c,v retrieving revision 1.3 diff -u -r1.3 assoc.c --- dlls/shlwapi/assoc.c 19 Jul 2003 03:07:41 -0000 1.3 +++ dlls/shlwapi/assoc.c 21 Jul 2003 08:44:51 -0000 @@ -403,6 +403,12 @@ return hRet; } +HRESULT WINAPI AssocIsDangerous( ASSOCSTR str ) +{ + FIXME("%08x\n", str); + return S_FALSE; +} + /************************************************************************** * IQueryAssociations_QueryInterface {SHLWAPI} * Index: dlls/shlwapi/shlwapi.spec =================================================================== RCS file: /home/wine/wine/dlls/shlwapi/shlwapi.spec,v retrieving revision 1.74 diff -u -r1.74 shlwapi.spec --- dlls/shlwapi/shlwapi.spec 19 Jul 2003 03:12:36 -0000 1.74 +++ dlls/shlwapi/shlwapi.spec 21 Jul 2003 08:44:51 -0000 @@ -724,3 +724,4 @@ @ stdcall StrFormatKBSizeA(long long str long) @ stdcall StrFormatKBSizeW(long long wstr long) @ stdcall StrCmpLogicalW(wstr wstr) +@ stdcall AssocIsDangerous(long)