mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 01:24:11 +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(
|
||||
OUT PLARGE_INTEGER CurrentTime);
|
||||
|
||||
WCHAR NTAPI
|
||||
RtlUpcaseUnicodeChar(
|
||||
IN WCHAR Source);
|
||||
|
||||
VOID NTAPI
|
||||
RtlInitializeBitMap(
|
||||
IN PRTL_BITMAP BitMapHeader,
|
||||
|
|
Loading…
Reference in a new issue