diff options
Diffstat (limited to 'include/cru/platform/graphics')
| -rw-r--r-- | include/cru/platform/graphics/cairo/Base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/platform/graphics/cairo/Base.h b/include/cru/platform/graphics/cairo/Base.h index 350c9ea4..19205ed1 100644 --- a/include/cru/platform/graphics/cairo/Base.h +++ b/include/cru/platform/graphics/cairo/Base.h @@ -4,7 +4,7 @@ #include <cairo/cairo.h> -#ifdef CRU_PLATFORM_WINDOWS +#ifdef CRU_IS_DLL #ifdef CRU_PLATFORM_GRAPHICS_CAIRO_EXPORT_API #define CRU_PLATFORM_GRAPHICS_CAIRO_API __declspec(dllexport) #else |
