Ignore:
Timestamp:
Jun 18, 2009, 12:04:13 PM (16 years ago)
Author:
ydario
Message:

User32 updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/inituser32.cpp

    r10595 r21303  
    149149   switch (ulFlag) {
    150150      case 0 :
     151         STATS_InitializeUSER32 ();
     152         
    151153         ParseLogStatusUSER32();
    152154
     
    183185
    184186         InitClipboardFormats();
     187
     188         RasEntry (RAS_EVENT_User32InitComplete, &hInstanceUser32, sizeof (hInstanceUser32));
     189
    185190         break;
    186191
     
    190195            UnregisterLxDll(hInstanceUser32);
    191196         }
     197         STATS_UninitializeUSER32 ();
    192198         break;
    193199      default  :
Note: See TracChangeset for help on using the changeset viewer.