Changeset 364
- Timestamp:
- 10/11/09 10:38:32 (5 months ago)
- Files:
-
- 1 modified
-
WizardsToolkit/trunk/wizard/memory.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
WizardsToolkit/trunk/wizard/memory.c
r1 r364 137 137 */ 138 138 static WizardMemoryMethods 139 memory_methods = { malloc, realloc, free }; 139 memory_methods = 140 { 141 (AcquireMemoryHandler) malloc, 142 (ResizeMemoryHandler) realloc, 143 (DestroyMemoryHandler) free 144 }; 140 145 141 146 #if defined(WIZARDSTOOLKIT_EMBEDDABLE_SUPPORT)
