Changeset 4185 for trunk/src/win32k/dev16/d16strat.c
- Timestamp:
- Sep 4, 2000, 6:40:50 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev16/d16strat.c
r4164 r4185 1 /* $Id: d16strat.c,v 1. 9 2000-09-02 21:07:56bird Exp $1 /* $Id: d16strat.c,v 1.10 2000-09-04 16:40:48 bird Exp $ 2 2 * 3 3 * d16strat.c - 16-bit strategy routine, device headers, device_helper (ptr) … … 174 174 if (TKSSBase16 == 0) 175 175 initGetDosTableData(); 176 return CallVerifyImportTab32(); 176 rc = CallVerifyImportTab32(); 177 if (pRp->DataPacket) 178 ((PD16VERIFYIMPORTTABDATA)pRp->DataPacket)->usRc = rc; 179 return STATUS_DONE; 177 180 } 178 181 break;
Note:
See TracChangeset
for help on using the changeset viewer.