update for HEAD-2002110701
[reactos.git] / include / ntos / heap.h
index 5efac19..391d638 100644 (file)
@@ -18,7 +18,7 @@
 #define HEAP_NO_SERIALIZE      (1)
 #define HEAP_ZERO_MEMORY       (8)
 #define HEAP_REALLOC_IN_PLACE_ONLY     (16)
-#define HEAP_GROWABLE (32)
+#define HEAP_GROWABLE (2)
 #define HEAP_NO_VALLOC (64)
 
 #endif /* __INCLUDE_HEAP_H */