Ignore:
Timestamp:
Sep 4, 2000, 6:40:50 PM (25 years ago)
Author:
bird
Message:

Corrected FATAL error in k32QueryOptionsStatus.cpp. (Forgot SSToDS...)
Improved error messages during init.

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:56 bird Exp $
     1/* $Id: d16strat.c,v 1.10 2000-09-04 16:40:48 bird Exp $
    22 *
    33 * d16strat.c - 16-bit strategy routine, device headers, device_helper (ptr)
     
    174174                    if (TKSSBase16 == 0)
    175175                        initGetDosTableData();
    176                     return CallVerifyImportTab32();
     176                    rc = CallVerifyImportTab32();
     177                    if (pRp->DataPacket)
     178                        ((PD16VERIFYIMPORTTABDATA)pRp->DataPacket)->usRc = rc;
     179                    return STATUS_DONE;
    177180                }
    178181                break;
Note: See TracChangeset for help on using the changeset viewer.