graphicsaccelaration/vgi/inc/vg/vgcontext.h
changeset 116 171fae344dd4
parent 45 36b2e23a8629
child 164 25ffed67c7ef
equal deleted inserted replaced
103:2717213c588a 116:171fae344dd4
    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