removed unused definitions
authorThomas Bluemel <thomas@reactsoft.com>
Wed, 1 Dec 2004 18:38:04 +0000 (18:38 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Wed, 1 Dec 2004 18:38:04 +0000 (18:38 +0000)
svn path=/trunk/; revision=11891

reactos/subsys/csrss/win32csr/desktopbg.c

index 546ef6b..21a1172 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: desktopbg.c,v 1.11 2004/11/20 16:46:05 weiden Exp $
+/* $Id: desktopbg.c,v 1.12 2004/12/01 18:38:04 weiden Exp $
  *
  * reactos/subsys/csrss/win32csr/desktopbg.c
  *
 
 #define DESKTOP_WINDOW_ATOM 32880
 
-#ifndef WM_APP
-#define WM_APP 0x8000
-#endif
-#define PM_SHOW_DESKTOP (WM_APP + 1)
-#define PM_HIDE_DESKTOP (WM_APP + 2)
+#define PM_SHOW_DESKTOP 1
+#define PM_HIDE_DESKTOP 2
 
 typedef struct tagDTBG_THREAD_DATA
 {