Ignore:
Timestamp:
02/02/03 06:41:50 (21 years ago)
Author:
Nicholas Riley
Message:

Fixed bugs, added final set of features for 1.3b3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEConfig.h

    r74 r75  
    3333extern CFBundleRef ICCF_bundle;
    3434
     35// CF conveniences
     36
    3537#define ICCF_CopyLocalizedString(key) \
    3638    CFBundleCopyLocalizedString(ICCF_bundle, (key), CFSTR(""), NULL)
     39
     40#define SAFE_RELEASE(e) { if (e != NULL) CFRelease(e); }
    3741
    3842// functions shared between Cocoa and Carbon implementations
Note: See TracChangeset for help on using the changeset viewer.