Quiet two noisy FIXME's.
This commit is contained in:
parent
4a88562ec7
commit
226a5019e7
|
@ -750,6 +750,9 @@ INT WINAPI NamedEscape( HDC hdc, LPCWSTR pDriver, INT nEscape, INT cbInput, LPCS
|
||||||
*/
|
*/
|
||||||
ULONG WINAPI DdQueryDisplaySettingsUniqueness(VOID)
|
ULONG WINAPI DdQueryDisplaySettingsUniqueness(VOID)
|
||||||
{
|
{
|
||||||
|
static int warn_once;
|
||||||
|
|
||||||
|
if (!warn_once++)
|
||||||
FIXME("stub\n");
|
FIXME("stub\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -444,6 +444,9 @@ PVOID WINAPI RtlInitializeGenericTable(PVOID pTable, PVOID arg2, PVOID arg3, PVO
|
||||||
*/
|
*/
|
||||||
PVOID RtlEnumerateGenericTableWithoutSplaying(PVOID pTable, PVOID *RestartKey)
|
PVOID RtlEnumerateGenericTableWithoutSplaying(PVOID pTable, PVOID *RestartKey)
|
||||||
{
|
{
|
||||||
|
static int warn_once;
|
||||||
|
|
||||||
|
if (!warn_once++)
|
||||||
FIXME("(%p,%p) stub!\n", pTable, RestartKey);
|
FIXME("(%p,%p) stub!\n", pTable, RestartKey);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue