- Remove extern (I don't see a reason to use it in function declarations)
authorAleksey Bragin <aleksey@reactos.org>
Sat, 8 Jul 2006 18:05:06 +0000 (18:05 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Sat, 8 Jul 2006 18:05:06 +0000 (18:05 +0000)
- Add co_CsrNotifyScreenSaver(), so win32k builds properly
- Make style better

svn path=/trunk/; revision=22927

reactos/subsystems/win32/win32k/include/csr.h

index 51cce28..6403118 100644 (file)
 
 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,
-                ACCESS_MASK DesiredAccess,
-                PHANDLE Handle);
+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);
 
 #endif /* CSR_H_INCLUDED */