Ignore:
Timestamp:
Aug 14, 2009, 5:18:10 PM (16 years ago)
Author:
vladest
Message:
  1. Attempt to add support for DosAllocMem at specific address
  2. Fixed crashes in Handle manager when its tries to access non initialized pointer
File:
1 edited

Legend:

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

    r21302 r21339  
    258258
    259259static BOOL fDisableThread[5] = {0};
    260 static BOOL fFlushLines = FALSE;
     260static BOOL fFlushLines = TRUE;
    261261
    262262static char *pszLastLogEntry = NULL;
     
    275275#endif
    276276
    277 //#define LOG_TIME
     277#define LOG_TIME
    278278//#define SHOW_FPU_CONTROLREG
    279279#define WIN32_IP_LOGGING
Note: See TracChangeset for help on using the changeset viewer.