graphicsaccelaration/vgi/inc/vg/vgcontext.h
branchRCL_3
changeset 164 25ffed67c7ef
parent 163 bbf46f59e123
--- a/graphicsaccelaration/vgi/inc/vg/vgcontext.h	Tue Aug 31 16:31:06 2010 +0300
+++ b/graphicsaccelaration/vgi/inc/vg/vgcontext.h	Wed Sep 01 12:39:21 2010 +0100
@@ -53,11 +53,7 @@
    VGI_COPY_TRANSPARENT_PIXELS,
 } VGICopyToTargetHint;
 
-#ifdef GRAPHICS_LIBVGI_DLL
-	#define VGI_API_CALL		__declspec(dllexport)
-#else
-	#define VGI_API_CALL		__declspec(dllimport)
-#endif
+#define VGI_API_CALL		__declspec(dllexport)
 
 #ifdef __cplusplus
 extern "C" {