graphicsaccelaration/vgi/inc/vg/vgcontext.h
branchRCL_3
changeset 19 bbf46f59e123
parent 7 5e51caaeeb72
child 20 25ffed67c7ef
equal deleted inserted replaced
18:57c618273d5c 19:bbf46f59e123
    51 typedef enum {
    51 typedef enum {
    52    VGI_SKIP_TRANSPARENT_PIXELS,
    52    VGI_SKIP_TRANSPARENT_PIXELS,
    53    VGI_COPY_TRANSPARENT_PIXELS,
    53    VGI_COPY_TRANSPARENT_PIXELS,
    54 } VGICopyToTargetHint;
    54 } VGICopyToTargetHint;
    55 
    55 
    56 #define VGI_API_CALL		__declspec(dllexport)
    56 #ifdef GRAPHICS_LIBVGI_DLL
       
    57 	#define VGI_API_CALL		__declspec(dllexport)
       
    58 #else
       
    59 	#define VGI_API_CALL		__declspec(dllimport)
       
    60 #endif
    57 
    61 
    58 #ifdef __cplusplus
    62 #ifdef __cplusplus
    59 extern "C" {
    63 extern "C" {
    60 #endif
    64 #endif
    61 
    65