khronosfws/openmax_al/inc/openmaxalwrapper.h
changeset 42 1fa3fb47b1e3
parent 31 8dfd592727cb
equal deleted inserted replaced
32:94fc26b6e006 42:1fa3fb47b1e3
    14 * Description:  Internal Header to Include Khronos Headers in One Place.
    14 * Description:  Internal Header to Include Khronos Headers in One Place.
    15 *               Also redefining the XA_API macro to export the IID value
    15 *               Also redefining the XA_API macro to export the IID value
    16 *               to DEF files.
    16 *               to DEF files.
    17 *
    17 *
    18 */
    18 */
    19 #ifndef _OPENMAXAL_WRAPPER_H_
    19 #ifndef OPENMAXAL_WRAPPER_H_
    20 #define _OPENMAXAL_WRAPPER_H_
    20 #define OPENMAXAL_WRAPPER_H_
    21 
    21 
    22 #include <OpenMAXAL_Platform.h>
    22 #include <e32def.h>
    23 #undef XA_API
       
    24 
       
    25 #define XA_API __declspec(dllexport)
       
    26  
       
    27 #include <OpenMAXAL.h>
    23 #include <OpenMAXAL.h>
    28 #include <xanokiavolumeextitf.h>
    24 #include <xanokiavolumeextitf.h>
    29 #include <xanokialinearvolumeitf.h>
    25 #include <xanokialinearvolumeitf.h>
       
    26 #include <xaradioitfext.h>
    30 
    27 
    31 #endif
    28 #endif //ends OPENMAXAL_WRAPPER_H_
       
    29