From 0697b9645d190cb914f800764cfa431d70dfc684 Mon Sep 17 00:00:00 2001 From: Ansgar Philippsen <ansgar.philippsen@gmail.com> Date: Tue, 14 Aug 2012 15:02:51 -0400 Subject: [PATCH] added missing DLLEXPORT for gfx bitmap io --- modules/gfx/src/bitmap_io.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gfx/src/bitmap_io.hh b/modules/gfx/src/bitmap_io.hh index e8263d97f..dacb9dbe3 100644 --- a/modules/gfx/src/bitmap_io.hh +++ b/modules/gfx/src/bitmap_io.hh @@ -47,9 +47,9 @@ struct Bitmap boost::shared_array<unsigned char> data; }; -void ExportBitmap(const String& fname, std::string ext, unsigned int width, unsigned int height,unsigned char* data); +void DLLEXPORT_OST_GFX ExportBitmap(const String& fname, std::string ext, unsigned int width, unsigned int height,unsigned char* data); -Bitmap ImportBitmap(const String& fname, std::string ext=""); +Bitmap DLLEXPORT_OST_GFX ImportBitmap(const String& fname, std::string ext=""); }} // ns -- GitLab