include: Undefine PARITY_NONE to avoid warnings.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alexandre Julliard 2017-07-20 16:26:41 +02:00
parent 143143ad00
commit 43f5cd4e28
1 changed files with 1 additions and 0 deletions

View File

@ -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)