Ignore:
Timestamp:
Jun 18, 2009, 11:53:26 AM (16 years ago)
Author:
ydario
Message:

Kernel32 updates.

File:
1 edited

Legend:

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

    r9945 r21302  
    123123    if(rc != NO_ERROR) {
    124124        dprintf(("ERROR: DosQueryThreadContext failed with rc %d!!", rc));
    125         if(rc == ERROR_NOT_FROZEN && ++nrtries < 5) {
     125//testestest
     126        if((rc == ERROR_NOT_FROZEN || rc == ERROR_INVALID_THREADID) && ++nrtries < 5) {
    126127            DosSleep(50);
    127128            goto tryagain;
    128129        }
     130        DebugInt3();
    129131        SetLastError(error2WinError(rc, ERROR_INVALID_PARAMETER));
    130132        return FALSE;
Note: See TracChangeset for help on using the changeset viewer.