Autosyncing with Wine HEAD

svn path=/trunk/; revision=27913
This commit is contained in:
The Wine Synchronizer
2007-07-27 09:52:38 +00:00
parent a0b832df14
commit c82cab29ec
+1 -1
View File
@@ -38,7 +38,7 @@ HRESULT WINAPI CreateStdAccessibleObject( HWND hwnd, LONG idObject,
HRESULT WINAPI LresultFromObject( REFIID riid, WPARAM wParam, LPUNKNOWN pAcc )
{
FIXME("%s %d %p\n", debugstr_guid(riid), wParam, pAcc );
FIXME("%s %ld %p\n", debugstr_guid(riid), wParam, pAcc );
return E_NOTIMPL;
}