Changeset 364

Show
Ignore:
Timestamp:
10/11/09 10:38:32 (5 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WizardsToolkit/trunk/wizard/memory.c

    r1 r364  
    137137*/ 
    138138static WizardMemoryMethods 
    139   memory_methods = { malloc, realloc, free }; 
     139  memory_methods = 
     140  { 
     141    (AcquireMemoryHandler) malloc, 
     142    (ResizeMemoryHandler) realloc, 
     143    (DestroyMemoryHandler) free 
     144  }; 
    140145 
    141146#if defined(WIZARDSTOOLKIT_EMBEDDABLE_SUPPORT)