mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 17:45:06 +00:00
[CMLIB]
- Fix implicit function declaration svn path=/trunk/; revision=61645
This commit is contained in:
parent
166d86883e
commit
d75ff2425e
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@
|
||||||
KeQuerySystemTime(
|
KeQuerySystemTime(
|
||||||
OUT PLARGE_INTEGER CurrentTime);
|
OUT PLARGE_INTEGER CurrentTime);
|
||||||
|
|
||||||
|
WCHAR NTAPI
|
||||||
|
RtlUpcaseUnicodeChar(
|
||||||
|
IN WCHAR Source);
|
||||||
|
|
||||||
VOID NTAPI
|
VOID NTAPI
|
||||||
RtlInitializeBitMap(
|
RtlInitializeBitMap(
|
||||||
IN PRTL_BITMAP BitMapHeader,
|
IN PRTL_BITMAP BitMapHeader,
|
||||||
|
|
Loading…
Reference in a new issue