Changeset 1858 for trunk/src/kernel32/comm.cpp
- Timestamp:
- Nov 27, 1999, 1:48:26 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/comm.cpp
r100 r1858 1 /* $Id: comm.cpp,v 1. 2 1999-06-10 20:47:54 phallerExp $ */1 /* $Id: comm.cpp,v 1.3 1999-11-27 12:48:25 achimha Exp $ */ 2 2 3 3 /* … … 15 15 #include <os2win.h> 16 16 #include "unicode.h" 17 #include "handlemanager.h" 17 18 18 19 … … 109 110 BOOL WIN32API SetupComm( HANDLE hFile, DWORD dwInQueue, DWORD dwOutQueue ) 110 111 { 111 dprintf(("SetupComm Not implemented (TRUE)\n")); 112 return(TRUE); 112 return HMSetupComm(hFile, dwInQueue, dwOutQueue); 113 113 } 114 114 … … 181 181 BOOL WIN32API GetCommState(INT hCommDev, LPDCB lpdcb) 182 182 { 183 dprintf(("OS2GetCommState Not implemented\n")); 184 return(FALSE); 183 return HMGetCommState(hCommDev, lpdcb); 185 184 } 186 185
Note:
See TracChangeset
for help on using the changeset viewer.