Commit in reactos/include/ntos on MAIN
heap.h+4-41.4 -> 1.5
- Fixed the definitions of HEAP_GROWABLE and HEAP_NO_VALLOC.

reactos/include/ntos
heap.h 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- heap.h	14 Nov 2002 18:21:03 -0000	1.4
+++ heap.h	18 Dec 2004 17:30:27 -0000	1.5
@@ -13,15 +13,15 @@
 #define __INCLUDE_HEAP_H
 
 /* HeapAlloc, HeapReAlloc */
-#define HEAP_NO_VALLOC (64)
+#define HEAP_NO_VALLOC 			(256)
 
 #ifndef __USE_W32API
 
+#define HEAP_NO_SERIALIZE		(1)
+#define HEAP_GROWABLE 			(2)
 #define HEAP_GENERATE_EXCEPTIONS	(4)
-#define HEAP_NO_SERIALIZE	(1)
-#define HEAP_ZERO_MEMORY	(8)
+#define HEAP_ZERO_MEMORY		(8)
 #define HEAP_REALLOC_IN_PLACE_ONLY	(16)
-#define HEAP_GROWABLE (32)
 
 #endif /* !__USE_W32API */
 
CVSspam 0.2.8