mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
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)
|
||||
{
|
||||
FIXME("stub\n");
|
||||
static int warn_once;
|
||||
|
||||
if (!warn_once++)
|
||||
FIXME("stub\n");
|
||||
return 0;
|
||||
}
|
||||
|
@ -444,7 +444,10 @@ PVOID WINAPI RtlInitializeGenericTable(PVOID pTable, PVOID arg2, PVOID arg3, PVO
|
||||
*/
|
||||
PVOID RtlEnumerateGenericTableWithoutSplaying(PVOID pTable, PVOID *RestartKey)
|
||||
{
|
||||
FIXME("(%p,%p) stub!\n", pTable, RestartKey);
|
||||
static int warn_once;
|
||||
|
||||
if (!warn_once++)
|
||||
FIXME("(%p,%p) stub!\n", pTable, RestartKey);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user