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/oslibdos.cpp

    r21339 r21343  
    13141314  APIRET   rc;
    13151315  DWORD    newoffset;
    1316 
     1316 
    13171317  switch(method)
    13181318  {
     
    13491349      rc = DosSetFilePtr(hFile, OffsetLow, method, &newoffset);
    13501350
     1351  dprintf(("OSLibDosSetFilePointer. method: %08x wanted: %08x moved to %08x",
     1352           method, OffsetLow, newoffset));
    13511353  if(rc)
    13521354  {
Note: See TracChangeset for help on using the changeset viewer.