Changeset 1118 for trunk/src/kernel32/os2heap.h
- Timestamp:
- Oct 4, 1999, 11:56:04 AM (26 years ago)
- 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 phallerExp $ */1 /* $Id: os2heap.h,v 1.4 1999-10-04 09:55:57 sandervl Exp $ */ 2 2 3 3 /* … … 17 17 #include "vmutex.h" 18 18 19 #define MAGIC_NR_HEAP 0x87654321 19 20 typedef struct _tagHEAPELEM { 21 DWORD magic; //magic number 20 22 struct _tagHEAPELEM *prev; 21 23 struct _tagHEAPELEM *next;
Note:
See TracChangeset
for help on using the changeset viewer.