include: Undefine PARITY_NONE to avoid warnings.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
143143ad00
commit
43f5cd4e28
|
@ -1478,6 +1478,7 @@ typedef struct tagCOMMPROP {
|
|||
#define STOPBITS_15 ((DWORD)2)
|
||||
#define STOPBITS_20 ((DWORD)4)
|
||||
|
||||
#undef PARITY_NONE /* defined on Android */
|
||||
#define PARITY_NONE ((DWORD)0x100)
|
||||
#define PARITY_ODD ((DWORD)0x200)
|
||||
#define PARITY_EVEN ((DWORD)0x400)
|
||||
|
|
Loading…
Reference in New Issue