forked from xt-sys/exectos
Fix KeDbgPrint prototype to use PCWSTR
This commit is contained in:
parent
d6999fad2f
commit
b2df65f5cc
@ -34,7 +34,7 @@ EXTERN HAL_FRAMEBUFFER_DATA HlpFrameBufferData;
|
||||
EXTERN ACPI_SYSTEM_INFO HlpSystemInfo;
|
||||
|
||||
/* Pointer to boot loader provided DbgPrint() routine */
|
||||
EXTERN VOID (*KeDbgPrint)(IN PWCHAR Format, IN ...);
|
||||
EXTERN VOID (*KeDbgPrint)(IN PCWSTR Format, IN ...);
|
||||
|
||||
/* Kernel initialization block passed by boot loader */
|
||||
EXTERN PKERNEL_INITIALIZATION_BLOCK KeInitializationBlock;
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
/* Pointer to boot loader provided DbgPrint() routine */
|
||||
VOID (*KeDbgPrint)(IN PWCHAR Format, IN ...) = NULL;
|
||||
VOID (*KeDbgPrint)(IN PCWSTR Format, IN ...) = NULL;
|
||||
|
||||
/* Kernel initialization block passed by boot loader */
|
||||
PKERNEL_INITIALIZATION_BLOCK KeInitializationBlock;
|
||||
|
Loading…
x
Reference in New Issue
Block a user