* include/winnt.h (CASSERT): Define.
[mingw-Bugs-1568067] * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define. * include/wingdi.h: (DM_POSITION): Define.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#ifndef _RPC_H
|
||||
#define _RPC_H
|
||||
#if __GNUC__ >=3
|
||||
#if __GNUC__ >= 3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
|
@@ -1166,6 +1166,7 @@ extern "C" {
|
||||
#define DM_PAPERLENGTH 0x00000004
|
||||
#define DM_PAPERWIDTH 0x00000008
|
||||
#define DM_SCALE 0x00000010
|
||||
#define DM_POSITION 0x00000020
|
||||
#define DM_COPIES 0x00000100
|
||||
#define DM_DEFAULTSOURCE 0x00000200
|
||||
#define DM_PRINTQUALITY 0x00000400
|
||||
|
@@ -67,6 +67,9 @@ extern "C" {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef C_ASSERT
|
||||
#define C_ASSERT(expr) typedef char __C_ASSERT__[(expr)?1:-1]
|
||||
#endif
|
||||
|
||||
#ifndef VOID
|
||||
#define VOID void
|
||||
|
@@ -161,11 +161,12 @@ extern "C" {
|
||||
#define CDS_NORESET 0x10000000
|
||||
#define DISP_CHANGE_SUCCESSFUL 0
|
||||
#define DISP_CHANGE_RESTART 1
|
||||
#define DISP_CHANGE_BADFLAGS (-4)
|
||||
#define DISP_CHANGE_BADPARAM (-5)
|
||||
#define DISP_CHANGE_FAILED (-1)
|
||||
#define DISP_CHANGE_BADMODE (-2)
|
||||
#define DISP_CHANGE_NOTUPDATED (-3)
|
||||
#define DISP_CHANGE_BADFLAGS (-4)
|
||||
#define DISP_CHANGE_BADPARAM (-5)
|
||||
#define DISP_CHANGE_BADDUALVIEW (-6)
|
||||
#define BST_CHECKED 1
|
||||
#define BST_INDETERMINATE 2
|
||||
#define BST_UNCHECKED 0
|
||||
|
Reference in New Issue
Block a user