Ignore:
Timestamp:
Feb 25, 2010, 6:43:10 PM (15 years ago)
Author:
vladest
Message:

KERNEL32:

  • Added some security related functions
  • removed extra logging
File:
1 edited

Legend:

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

    r21339 r21361  
    750750        TranslateOS2PageAttr(dAttr, &pmbiBuffer->AllocationProtect, NULL, NULL);
    751751    }
     752#if 0
    752753    dprintf(("Memory region alloc base          0x%08x", pmbiBuffer->AllocationBase));
    753754    dprintf(("Memory region alloc protect flags %x", pmbiBuffer->AllocationProtect));
     
    757758    dprintf(("Memory region state               0x%08x", pmbiBuffer->State));
    758759    dprintf(("Memory region type                0x%08x", pmbiBuffer->Type));
     760#endif
    759761    return sizeof(MEMORY_BASIC_INFORMATION);
    760762}
Note: See TracChangeset for help on using the changeset viewer.