Ignore:
Timestamp:
May 13, 2002, 7:49:28 AM (23 years ago)
Author:
umoeller
Message:

Massive pager rework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/memdebug.c

    r149 r164  
    488488                CheckMagics(__FUNCTION__,
    489489                            pHeapItem,
    490                             p,
     490                            (PBYTE)p,
    491491                            pcszSourceFile,
    492492                            ulLine,
     
    581581                CheckMagics(__FUNCTION__,
    582582                            pHeapItem,
    583                             p,
     583                            (PBYTE)p,
    584584                            pcszSourceFile,
    585585                            ulLine,
     
    748748     */
    749749
     750    /*
    750751    void memdDumpMemoryBlock(PBYTE pb,       // in: start address
    751752                             ULONG ulSize,   // in: size of block
     
    766767        } END_CATCH();
    767768    }
     769    */
    768770#endif
    769771
    770 #else
    771 void memdDummy(void)
    772 {
    773     int i = 0;
    774     i++;
    775 }
    776772#endif
    777773
Note: See TracChangeset for help on using the changeset viewer.