mirror of
https://github.com/reactos/reactos.git
synced 2025-07-07 19:17:53 +00:00
- Remove extern (I don't see a reason to use it in function declarations)
- Add co_CsrNotifyScreenSaver(), so win32k builds properly - Make style better svn path=/trunk/; revision=22927
This commit is contained in:
parent
12e1a16066
commit
8ac94d67d0
1 changed files with 7 additions and 8 deletions
|
@ -12,12 +12,11 @@
|
|||
|
||||
extern PEPROCESS CsrProcess;
|
||||
|
||||
extern NTSTATUS FASTCALL CsrInit(void);
|
||||
extern NTSTATUS FASTCALL co_CsrNotify(PCSR_API_MESSAGE Request);
|
||||
extern NTSTATUS FASTCALL CsrCloseHandle(HANDLE Handle);
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
CsrInsertObject(HANDLE ObjectHandle,
|
||||
NTSTATUS FASTCALL CsrInit(void);
|
||||
NTSTATUS FASTCALL co_CsrNotify(PCSR_API_MESSAGE Request);
|
||||
NTSTATUS FASTCALL co_CsrNotifyScreenSaver(PCSR_API_MESSAGE Request);
|
||||
NTSTATUS FASTCALL CsrCloseHandle(HANDLE Handle);
|
||||
NTSTATUS WINAPI CsrInsertObject(HANDLE ObjectHandle,
|
||||
ACCESS_MASK DesiredAccess,
|
||||
PHANDLE Handle);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue