Ignore:
Timestamp:
Oct 4, 2009, 9:36:57 AM (16 years ago)
Author:
vladest
Message:
  1. Increased number of handles (4096 is not enougth for some Flash animations)
  2. Added CPU cycles couter for more accurate profiling
File:
1 edited

Legend:

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

    r21339 r21343  
    8484
    8585// this is the size of our currently static handle table
    86 #define MAX_OS2_HMHANDLES       (4*1024)
     86#define MAX_OS2_HMHANDLES       (16*1024)
    8787#define ERROR_SYS_INTERNAL      328
    8888
Note: See TracChangeset for help on using the changeset viewer.