commit | d921c5d4934b732986ea897d65f49be1b34492ce | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Fri Oct 08 20:50:06 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Oct 08 20:50:06 2004 +0000 |
tree | 80549d1aa242f7de6692aacaac550795c4bb2a7a | |
parent | d4779e20c8cde5bbae51b8552a46e2392c57a8e6 [diff] [blame] |
Add some reason codes for ExitWindowsEx(). Also add EWX_FORCEIFHUNG.
diff --git a/include/winuser.h b/include/winuser.h index 0c6c469..6cd6815 100644 --- a/include/winuser.h +++ b/include/winuser.h
@@ -2526,6 +2526,7 @@ #define EWX_REBOOT 2 #define EWX_FORCE 4 #define EWX_POWEROFF 8 +#define EWX_FORCEIFHUNG 16 /* SetLastErrorEx types */ #define SLE_ERROR 0x00000001