Ignore:
Timestamp:
Jul 11, 2009, 10:46:36 PM (16 years ago)
Author:
vladest
Message:
  1. Fixed Flash10 installer (bad pointer passed to GlobalFree)
  2. Autocommit improoved. Added address and size alignment. Added return code check
File:
1 edited

Legend:

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

    r8327 r21337  
    621621  // any may not terminate w/o setting SetLastError()
    622622  // plus returning 0 means "OK"!
    623 #if 0
     623#if 1
    624624   /* verify lpMem address */
    625625   if (hmem >= (HGLOBAL)ulMaxAddr || hmem < (HGLOBAL)0x10000)
Note: See TracChangeset for help on using the changeset viewer.