Ignore:
Timestamp:
Jul 18, 2002, 2:01:34 PM (23 years ago)
Author:
achimha
Message:

documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winexedummy.cpp

    r8877 r8887  
    1 /* $Id: winexedummy.cpp,v 1.2 2002-07-15 14:28:53 sandervl Exp $ */
     1/* $Id: winexedummy.cpp,v 1.3 2002-07-18 12:01:33 achimha Exp $ */
    22
    33/*
     
    9999    DWORD *ntsig;
    100100
     101    // AH TODO: we are wasting 60kb address space here (unless using high memory)!!!
    101102    rc = DosAllocMem(&header, 4096, PAG_READ | PAG_WRITE | PAG_COMMIT | flAllocMem);
    102103    if(rc) {
    103             dprintf(("ERROR: buildHeader DosAllocMem failed!! (rc=%x)", rc));
     104        dprintf(("ERROR: buildHeader DosAllocMem failed!! (rc=%x)", rc));
    104105        DebugInt3();
    105             return NULL;
     106        return NULL;
    106107    }
    107108    memcpy(header, dosHeader, sizeof(dosHeader));
Note: See TracChangeset for help on using the changeset viewer.