diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-05-23 18:32:47 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-05-23 18:32:47 +0000 |
| commit | 0c8f264df05e6a35e04f0a54b12be7629a2ec5e4 (patch) | |
| tree | c4bd22aed8b3ff8c3a3851d0220a31800aba4c0f /FL/win32.H | |
| parent | ea020f0081381d674b173759664dd6297e0acea6 (diff) | |
Add FL_EXPORT to several classes to fix MS VC++ dll builds (STR #2632).
Remove FL_EXPORT from fl_clip_region() since this is an inline function
on all platforms (and issued a warning when building fltkdll with MS VC++).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8726 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/win32.H')
| -rw-r--r-- | FL/win32.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/win32.H b/FL/win32.H index 03646a228..44c171e6b 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -110,7 +110,7 @@ FL_EXPORT Window fl_xid_(const Fl_Window* w); #endif // FL_LIBRARY || FL_INTERNALS FL_EXPORT Fl_Window* fl_find(Window xid); -FL_EXPORT void fl_clip_region(Fl_Region); +void fl_clip_region(Fl_Region); // most recent fl_color() or fl_rgbcolor() points at one of these: extern FL_EXPORT struct Fl_XMap { |
