- Fix implicit function declaration

svn path=/trunk/; revision=61645
This commit is contained in:
Thomas Faber 2014-01-16 11:00:29 +00:00
parent 166d86883e
commit d75ff2425e

View file

@ -48,6 +48,10 @@
KeQuerySystemTime(
OUT PLARGE_INTEGER CurrentTime);
WCHAR NTAPI
RtlUpcaseUnicodeChar(
IN WCHAR Source);
VOID NTAPI
RtlInitializeBitMap(
IN PRTL_BITMAP BitMapHeader,