mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:11:57 +00:00
[WIN32K:NTUSER]
- Add some missing VOIDs CORE-11799 svn path=/trunk/; revision=72134
This commit is contained in:
parent
23b8928f06
commit
62af010479
2 changed files with 2 additions and 2 deletions
|
@ -316,6 +316,6 @@ PWND FASTCALL co_GetDesktopWindow(PWND);
|
|||
BOOL FASTCALL IntPaintDesktop(HDC);
|
||||
BOOL FASTCALL DesktopWindowProc(PWND, UINT, WPARAM, LPARAM, LRESULT *);
|
||||
BOOL FASTCALL UserMessageWindowProc(PWND pwnd, UINT Msg, WPARAM wParam, LPARAM lParam, LRESULT *lResult);
|
||||
VOID NTAPI DesktopThreadMain();
|
||||
VOID NTAPI DesktopThreadMain(VOID);
|
||||
|
||||
/* EOF */
|
||||
|
|
|
@ -81,7 +81,7 @@ InitWindowStationImpl(VOID);
|
|||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
UserCreateWinstaDirectory();
|
||||
UserCreateWinstaDirectory(VOID);
|
||||
|
||||
NTSTATUS
|
||||
APIENTRY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue