[ros-diffs] [tkreuzer] 40098: remove UNW flags from winnt.h, they don't belong there

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Wed Mar 18 23:58:50 CET 2009


Author: tkreuzer
Date: Thu Mar 19 01:58:49 2009
New Revision: 40098

URL: http://svn.reactos.org/svn/reactos?rev=40098&view=rev
Log:
remove UNW flags from winnt.h, they don't belong there

Modified:
    trunk/reactos/include/psdk/winnt.h

Modified: trunk/reactos/include/psdk/winnt.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winnt.h?rev=40098&r1=40097&r2=40098&view=diff
==============================================================================
--- trunk/reactos/include/psdk/winnt.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/winnt.h [iso-8859-1] Thu Mar 19 01:58:49 2009
@@ -2319,11 +2319,6 @@
     };
 } KNONVOLATILE_CONTEXT_POINTERS, *PKNONVOLATILE_CONTEXT_POINTERS;
 
-#define UNW_FLAG_NHANDLER 0x0 /* No handler. */
-#define UNW_FLAG_EHANDLER 0x1 /* Exception handler should be called */
-#define UNW_FLAG_UHANDLER 0x2 /* Termination handler that should be called when unwinding an exception */
-#define UNW_FLAG_CHAININFO 0x4 /* FunctionEntry member is the contents of a previous function table entry */
-
 #define RUNTIME_FUNCTION_INDIRECT 0x1
 
 typedef struct _RUNTIME_FUNCTION {



More information about the Ros-diffs mailing list