- Make TIME_ZONE_ID_XXX constants available from kernel mode.
[reactos.git] / reactos / include / defines.h
index ffd0b5f..7036925 100644 (file)
@@ -13,7 +13,7 @@
    modify it under the terms of the GNU Library General Public
    License as published by the Free Software Foundation; either
    version 2 of the License, or (at your option) any later version.
-   
+
    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
    If you are interested in a warranty or support for this source code,
    contact Scott Christley <scottc@net-community.com> for more information.
-   
+
    You should have received a copy of the GNU Library General Public
    License along with this library; see the file COPYING.LIB.
-   If not, write to the Free Software Foundation, 
+   If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
 /* WARNING:  This file is automatically generated. */
@@ -534,9 +534,6 @@ extern "C" {
 #define PIPE_ACCESS_DUPLEX     (3)
 #define PIPE_ACCESS_INBOUND    (1)
 #define PIPE_ACCESS_OUTBOUND   (2)
-#define WRITE_DAC      (0x40000L)
-#define WRITE_OWNER    (0x80000L)
-#define ACCESS_SYSTEM_SECURITY (0x1000000L)
 #define PIPE_TYPE_BYTE (0)
 #define PIPE_TYPE_MESSAGE      (4)
 #define PIPE_READMODE_BYTE     (0)
@@ -1420,7 +1417,7 @@ extern "C" {
 #define CP_THREAD_ACP                  3                       /* ACP Current thread's ANSI code page */
 #define CP_SYMBOL                              42                      /* Symbol code page (42) */
 #define CP_UTF7                                        65000           /* Translate using UTF-7 */
-#define CP_UTF8                                        65001           /* Translate using UTF-8 */ 
+#define CP_UTF8                                        65001           /* Translate using UTF-8 */
 
 /* GetDateFormat */
 #define DATE_SHORTDATE (1)
@@ -1882,6 +1879,7 @@ extern "C" {
 #define SM_SHOWSOUNDS  (70)
 #define SM_SLOWMACHINE (73)
 #define SM_SWAPBUTTON  (23)
+#define SM_CMONITORS   (80)
 #define ARW_BOTTOMLEFT (0L)
 #define ARW_BOTTOMRIGHT        (0x1L)
 #define ARW_HIDE       (0x8L)
@@ -1929,12 +1927,6 @@ extern "C" {
 #define TIME_NOTIMEMARKER      (4)
 #define TIME_FORCE24HOURFORMAT (8)
 
-/* GetTimeZoneInformation */
-#define TIME_ZONE_ID_INVALID   ((DWORD) -1)
-#define TIME_ZONE_ID_UNKNOWN   (0)
-#define TIME_ZONE_ID_STANDARD  (1)
-#define TIME_ZONE_ID_DAYLIGHT  (2)
-
 /* GetUserObjectInformation */
 #define UOI_FLAGS      (1)
 #define UOI_NAME       (2)
@@ -2312,12 +2304,6 @@ extern "C" {
 #define PURGE_TXCLEAR  (4)
 #define PURGE_RXCLEAR  (8)
 
-/* QueryServiceObjectSecurity */
-#define OWNER_SECURITY_INFORMATION     (0x1L)
-#define GROUP_SECURITY_INFORMATION     (0x2L)
-#define DACL_SECURITY_INFORMATION      (0x4L)
-#define SACL_SECURITY_INFORMATION      (0x8L)
-
 /* ReadEventLog, ReportEvent */
 #define EVENTLOG_FORWARDS_READ (4)
 #define EVENTLOG_BACKWARDS_READ        (8)
@@ -3078,7 +3064,7 @@ extern "C" {
 #define STARTF_USESIZE (2)
 #define STARTF_USECOUNTCHARS   (8)
 #define STARTF_USEFILLATTRIBUTE        (16)
-#define STARTF_RUNFULLSCREEN   (32) 
+#define STARTF_RUNFULLSCREEN   (32)
 #define STARTF_FORCEONFEEDBACK (64)
 #define STARTF_FORCEOFFFEEDBACK        (128)
 #define STARTF_USESTDHANDLES   (256)
@@ -5043,10 +5029,10 @@ DECLARE_HANDLE(HANDLE);
 
 /* Values for contextflags */
 #define CONTEXT_i386    0x10000
-#define CONTEXT_CONTROL         (CONTEXT_i386 | 1)     
-#define CONTEXT_INTEGER         (CONTEXT_i386 | 2)     
-#define CONTEXT_SEGMENTS        (CONTEXT_i386 | 4)     
-#define CONTEXT_FLOATING_POINT  (CONTEXT_i386 | 8)     
+#define CONTEXT_CONTROL         (CONTEXT_i386 | 1)
+#define CONTEXT_INTEGER         (CONTEXT_i386 | 2)
+#define CONTEXT_SEGMENTS        (CONTEXT_i386 | 4)
+#define CONTEXT_FLOATING_POINT  (CONTEXT_i386 | 8)
 #define CONTEXT_DEBUG_REGISTERS (CONTEXT_i386 | 0x10)
 #define CONTEXT_FULL (CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_SEGMENTS)