graphicsaccelaration/vgi/inc/vg/vgcontext.h
branchRCL_3
changeset 164 25ffed67c7ef
parent 163 bbf46f59e123
equal deleted inserted replaced
163:bbf46f59e123 164:25ffed67c7ef
    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 #ifdef GRAPHICS_LIBVGI_DLL
    56 #define VGI_API_CALL		__declspec(dllexport)
    57 	#define VGI_API_CALL		__declspec(dllexport)
       
    58 #else
       
    59 	#define VGI_API_CALL		__declspec(dllimport)
       
    60 #endif
       
    61 
    57 
    62 #ifdef __cplusplus
    58 #ifdef __cplusplus
    63 extern "C" {
    59 extern "C" {
    64 #endif
    60 #endif
    65 
    61