From edbcb1e0f4e8cb22ed17b940a0c8c643da83fb39 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sun, 26 Jun 2005 16:35:17 +0000 Subject: [PATCH] Remove depcrecated constant svn path=/trunk/; revision=16292 --- reactos/include/ndk/pstypes.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/include/ndk/pstypes.h b/reactos/include/ndk/pstypes.h index 38655cd6259..14fc8d37914 100644 --- a/reactos/include/ndk/pstypes.h +++ b/reactos/include/ndk/pstypes.h @@ -31,9 +31,6 @@ extern NTOSAPI POBJECT_TYPE PsThreadType; #define JOB_OBJECT_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|31) #endif -/* FIXME: This was changed in XP... Ask ThomasW about it */ -#define PROCESS_SET_PORT 0x800 - #define THREAD_ALERT 0x4 #define USER_SHARED_DATA (0x7FFE0000)