Ignore:
Timestamp:
Oct 4, 1999, 11:56:04 AM (26 years ago)
Author:
sandervl
Message:

Lots of changes by several people (see changelog for 4 October

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/os2heap.h

    r99 r1118  
    1 /* $Id: os2heap.h,v 1.3 1999-06-10 19:11:30 phaller Exp $ */
     1/* $Id: os2heap.h,v 1.4 1999-10-04 09:55:57 sandervl Exp $ */
    22
    33/*
     
    1717#include "vmutex.h"
    1818
     19#define MAGIC_NR_HEAP  0x87654321
    1920typedef struct _tagHEAPELEM {
     21  DWORD  magic;     //magic number
    2022  struct _tagHEAPELEM *prev;
    2123  struct _tagHEAPELEM *next;
Note: See TracChangeset for help on using the changeset viewer.