mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
Fix build
svn path=/trunk/; revision=57014
This commit is contained in:
parent
74550e0567
commit
5437fdfa9b
1 changed files with 2 additions and 4 deletions
|
@ -48,10 +48,8 @@ UserAddCallProcToClass(IN OUT PCLS Class,
|
|||
IN PCALLPROCDATA CallProc);
|
||||
|
||||
BOOL
|
||||
NTAPI
|
||||
IntGetAtomFromStringOrAtom(
|
||||
_In_ PUNICODE_STRING ClassName,
|
||||
_Out_ RTL_ATOM *Atom);
|
||||
IntGetAtomFromStringOrAtom(IN PUNICODE_STRING ClassName,
|
||||
OUT RTL_ATOM *Atom);
|
||||
|
||||
BOOL
|
||||
IntCheckProcessDesktopClasses(IN PDESKTOP Desktop,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue