mirror of
https://github.com/reactos/reactos.git
synced 2025-07-06 00:51:22 +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,14 +12,13 @@
|
||||||
|
|
||||||
extern PEPROCESS CsrProcess;
|
extern PEPROCESS CsrProcess;
|
||||||
|
|
||||||
extern NTSTATUS FASTCALL CsrInit(void);
|
NTSTATUS FASTCALL CsrInit(void);
|
||||||
extern NTSTATUS FASTCALL co_CsrNotify(PCSR_API_MESSAGE Request);
|
NTSTATUS FASTCALL co_CsrNotify(PCSR_API_MESSAGE Request);
|
||||||
extern NTSTATUS FASTCALL CsrCloseHandle(HANDLE Handle);
|
NTSTATUS FASTCALL co_CsrNotifyScreenSaver(PCSR_API_MESSAGE Request);
|
||||||
NTSTATUS
|
NTSTATUS FASTCALL CsrCloseHandle(HANDLE Handle);
|
||||||
STDCALL
|
NTSTATUS WINAPI CsrInsertObject(HANDLE ObjectHandle,
|
||||||
CsrInsertObject(HANDLE ObjectHandle,
|
ACCESS_MASK DesiredAccess,
|
||||||
ACCESS_MASK DesiredAccess,
|
PHANDLE Handle);
|
||||||
PHANDLE Handle);
|
|
||||||
|
|
||||||
#endif /* CSR_H_INCLUDED */
|
#endif /* CSR_H_INCLUDED */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue