include/winbase: Fix a typo.
This commit is contained in:
parent
444b3c7a58
commit
3fb513deb4
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue