mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[WIN32K]: Remove those unneeded #defines, they are already declared in include/reactos/undocuser.h
CORE-8322 svn path=/trunk/; revision=65518
This commit is contained in:
parent
e10e14dcd4
commit
7e5b127603
1 changed files with 0 additions and 8 deletions
|
@ -9,14 +9,6 @@
|
|||
#include <win32k.h>
|
||||
// DBG_DEFAULT_CHANNEL(UserShutdown);
|
||||
|
||||
// Client Shutdown messages
|
||||
#define MCS_SHUTDOWNTIMERS 1
|
||||
#define MCS_QUERYENDSESSION 2
|
||||
// Client Shutdown returns
|
||||
#define MCSR_GOODFORSHUTDOWN 1
|
||||
#define MCSR_SHUTDOWNFINISHED 2
|
||||
#define MCSR_DONOTSHUTDOWN 3
|
||||
|
||||
/*
|
||||
* Based on CSRSS and described in pages 1115 - 1118 "Windows Internals, Fifth Edition".
|
||||
* CSRSS sends WM_CLIENTSHUTDOWN messages to top-level windows, and it is our job
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue