Commit 43f5cd4e authored by Alexandre Julliard's avatar Alexandre Julliard

include: Undefine PARITY_NONE to avoid warnings.

parent 143143ad
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment