camerasrv_plat/imaging_configuration_manager_api/tsrc/inc/ICMSTIF.h
changeset 42 605672cc2a86
parent 0 9b3e960ffc8a
equal deleted inserted replaced
39:e80a5e3e883f 42:605672cc2a86
    30 
    30 
    31 // MACROS
    31 // MACROS
    32 // Function pointer related internal definitions
    32 // Function pointer related internal definitions
    33 // Hack around known GCC bug.
    33 // Hack around known GCC bug.
    34 #ifndef __GCC32__
    34 #ifndef __GCC32__
    35 #define GETPTR
    35 #define GETPTR &
    36 #else
    36 #else
    37 #define GETPTR &
    37 #define GETPTR &
    38 #endif  
    38 #endif  
    39 #define ENTRY(str,func) {(TText*)L##str, GETPTR func}
    39 #define ENTRY(str,func) {(TText*)L##str, GETPTR func}
    40 
    40