From 7e5b12760328bac242303aaeca18811f41449206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 28 Nov 2014 21:59:32 +0000 Subject: [PATCH] [WIN32K]: Remove those unneeded #defines, they are already declared in include/reactos/undocuser.h CORE-8322 svn path=/trunk/; revision=65518 --- reactos/win32ss/user/ntuser/shutdown.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/reactos/win32ss/user/ntuser/shutdown.c b/reactos/win32ss/user/ntuser/shutdown.c index 4a2496980f0..cc8041844a4 100644 --- a/reactos/win32ss/user/ntuser/shutdown.c +++ b/reactos/win32ss/user/ntuser/shutdown.c @@ -9,14 +9,6 @@ #include // 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