Commit d5d2a27a authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

sfc: Add a stub implementation for ordinal 3.

parent c8513986
1 stub @
2 stub @
3 stub @
3 stdcall @(long) SFC_3
4 stub @
5 stub @
6 stub @
......
......@@ -52,3 +52,9 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
}
return TRUE;
}
DWORD WINAPI SFC_3(DWORD unknown)
{
FIXME("%x\n", unknown);
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment