Changeset 21343 for trunk/src/kernel32/HandleManager.cpp
- Timestamp:
- Oct 4, 2009, 9:36:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/HandleManager.cpp
r21339 r21343 84 84 85 85 // this is the size of our currently static handle table 86 #define MAX_OS2_HMHANDLES ( 4*1024)86 #define MAX_OS2_HMHANDLES (16*1024) 87 87 #define ERROR_SYS_INTERNAL 328 88 88
Note:
See TracChangeset
for help on using the changeset viewer.