Ignore:
Timestamp:
Oct 27, 1999, 4:03:01 AM (26 years ago)
Author:
bird
Message:

Corrections to make win32k work.
(And now it does work, at least at my test machine...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/malloc.h

    r1269 r1467  
    1 /* $Id: malloc.h,v 1.2 1999-10-14 01:16:50 bird Exp $
     1/* $Id: malloc.h,v 1.3 1999-10-27 02:02:57 bird Exp $
    22 *
    33 * Heap.
     
    4646#define MAXPTR _uHeapMaxPtr
    4747
    48 #define HEAP_SIZE 0x00600000U /* 10MB of heap */
     48/*#define HEAP_SIZE 0x00600000U*/ /* 10MB of heap */
     49#define HEAP_SIZE 0x100000U /* 1MB of heap */
    4950
    5051/* HeapPointer assert - old ones... */
Note: See TracChangeset for help on using the changeset viewer.