mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00: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:
parent
095510bdac
commit
af47866f76
1 changed files with 0 additions and 7 deletions
|
@ -24,13 +24,6 @@ StallExecutionProcessor(ULONG Microseconds)
|
|||
|
||||
}
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
KeStallExecutionProcessor(ULONG Microseconds)
|
||||
{
|
||||
StallExecutionProcessor(Microseconds);
|
||||
}
|
||||
|
||||
VOID
|
||||
UefiVideoGetFontsFromFirmware(PULONG RomFontPointers)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue