Changeset 188 for sbliveos2/trunk/drv16/ioctl.cpp
- Timestamp:
- Sep 9, 2001, 5:31:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/ioctl.cpp
r186 r188 108 108 } 109 109 else { 110 delete pstream; 110 #if 1 111 // Rudi: Workaround for MMPM device sharing bug 112 if (pstream->ulStreamState & STREAM_STREAMING) { 113 CONTROL_PARM dummy; 114 pstream->PauseStream(&dummy); 115 pstream->ResumeStream(); 116 p->pvReserved = (VOID FAR *) (ULONG)prp->s.ioctl.usSysFileNum; 117 p->sReturnCode = 0; 118 return; 119 } 120 #endif 121 delete pstream; 111 122 } 112 123 }
Note:
See TracChangeset
for help on using the changeset viewer.