Commit 3fb513de authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

include/winbase: Fix a typo.

parent 444b3c7a
...@@ -1085,7 +1085,7 @@ typedef struct tagCOMMPROP { ...@@ -1085,7 +1085,7 @@ typedef struct tagCOMMPROP {
#define PST_LAT ((DWORD)0x101) #define PST_LAT ((DWORD)0x101)
#define PST_MODEM ((DWORD)0x06) #define PST_MODEM ((DWORD)0x06)
#define PST_NETWORK_BRIDGE ((DWORD)0x100) #define PST_NETWORK_BRIDGE ((DWORD)0x100)
#define PST_PARALLEL_PORT ((DWORD)0x02) #define PST_PARALLELPORT ((DWORD)0x02)
#define PST_RS232 ((DWORD)0x01) #define PST_RS232 ((DWORD)0x01)
#define PST_RS442 ((DWORD)0x03) #define PST_RS442 ((DWORD)0x03)
#define PST_RS423 ((DWORD)0x04) #define PST_RS423 ((DWORD)0x04)
......
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