IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32618


Ignore:
Timestamp:
Nov 5, 2011, 2:32:31 PM (15 years ago)
Author:
eugene
Message:

allow build with ohana memory alloc functions enabled (in ohana)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110906/psLib/src/jpeg/psImageJpeg.c

    r29930 r32618  
    88
    99#include <kapa.h>
     10#undef free
     11// note: when using OHANA_MEMORY, kapa.h includes ohana.h, etc re-define free to use the
     12// internal function this file does not use ohana memory management directly (ALLOCATE/free),
     13// so we can undef it and allow psMemory.h to poison it
     14
    1015#include "psMemory.h"
    1116#include "psImage.h"
Note: See TracChangeset for help on using the changeset viewer.