include/winbase: Fix a typo.

oldstable
Detlef Riekenberg 2007-10-26 17:18:45 +02:00 committed by Alexandre Julliard
parent 444b3c7a58
commit 3fb513deb4
1 changed files with 1 additions and 1 deletions

View File

@ -1085,7 +1085,7 @@ typedef struct tagCOMMPROP {
#define PST_LAT ((DWORD)0x101)
#define PST_MODEM ((DWORD)0x06)
#define PST_NETWORK_BRIDGE ((DWORD)0x100)
#define PST_PARALLEL_PORT ((DWORD)0x02)
#define PST_PARALLELPORT ((DWORD)0x02)
#define PST_RS232 ((DWORD)0x01)
#define PST_RS442 ((DWORD)0x03)
#define PST_RS423 ((DWORD)0x04)