View | Details | Raw Unified | Return to bug 48154
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +1 lines)
Line  Link Here
0
-- modules/arch/win32/mod_isapi.c      (revision 884268)
0
++ modules/arch/win32/mod_isapi.c      (working copy)
Lines 1480-1486 Link Here
1480
    cid->ecb->ConnID = cid;
1480
    cid->ecb->ConnID = cid;
1481
    cid->isa = isa;
1481
    cid->isa = isa;
1482
    cid->r = r;
1482
    cid->r = r;
1483
    r->status = 0;
1484
1483
1485
    cid->ecb->cbSize = sizeof(EXTENSION_CONTROL_BLOCK);
1484
    cid->ecb->cbSize = sizeof(EXTENSION_CONTROL_BLOCK);
1486
    cid->ecb->dwVersion = isa->report_version;
1485
    cid->ecb->dwVersion = isa->report_version;

Return to bug 48154