Detlef Riekenberg : include/winbase: Fix a typo.

Alexandre Julliard julliard at winehq.org
Mon Oct 29 08:34:45 CDT 2007


Module: wine
Branch: master
Commit: 3fb513deb4390a1baeb39b3295df8c18db5c9c01
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3fb513deb4390a1baeb39b3295df8c18db5c9c01

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Fri Oct 26 17:18:45 2007 +0200

include/winbase: Fix a typo.

---

 include/winbase.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/winbase.h b/include/winbase.h
index 7ca6e84..c2fab88 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -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)




More information about the wine-cvs mailing list