Changeset 6294 for trunk/src


Ignore:
Timestamp:
Jul 10, 2001, 5:32:28 PM (24 years ago)
Author:
bird
Message:

Added terminate calls to win32k library. Hope this might help fix the lock problem Yuri and Ltning have.

File:
1 edited

Legend:

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

    r6210 r6294  
    244244    CloseLogFile();
    245245
     246    /*
     247     * Terminate win32k library.
     248     */
     249    libWin32kSetEnvironment(NULL, 0, 0);
     250    libWin32kTerm();
     251
    246252    DosExitList(EXLST_EXIT, cleanup);
    247253    return ;
Note: See TracChangeset for help on using the changeset viewer.