mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[FREELDR:UEFI] Fix compilation warning LNK4006.
ntoskrnl.c.obj : warning LNK4006: _KeStallExecutionProcessor@4 already defined in stubs.c.obj; second definition ignored.
This commit is contained in:
@@ -24,13 +24,6 @@ StallExecutionProcessor(ULONG Microseconds)
|
||||
|
||||
}
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
KeStallExecutionProcessor(ULONG Microseconds)
|
||||
{
|
||||
StallExecutionProcessor(Microseconds);
|
||||
}
|
||||
|
||||
VOID
|
||||
UefiVideoGetFontsFromFirmware(PULONG RomFontPointers)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user