diff options
| author | Fabien Costantini <fabien@onepost.net> | 2010-03-22 05:50:49 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2010-03-22 05:50:49 +0000 |
| commit | 4f7629a10918f1f04130db893bf122519064b4b4 (patch) | |
| tree | d75b0880ffe29dc7046ff66f01f412270bc4c525 /FL/Fl_PSfile_Device.H | |
| parent | bf4635d00d414e0a0f1deda5b37943e6a175b9ec (diff) | |
Fixed broken vs2005 ide project files and created table, tree, blocks vcproj projects for vs2005 solution.
Fixed missing FL_EXPORT statements would break dll gen in all visual studio projects.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7314 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_PSfile_Device.H')
| -rw-r--r-- | FL/Fl_PSfile_Device.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_PSfile_Device.H b/FL/Fl_PSfile_Device.H index 38213e105..60e4f724a 100644 --- a/FL/Fl_PSfile_Device.H +++ b/FL/Fl_PSfile_Device.H @@ -29,8 +29,8 @@ #ifndef Fl_PSfile_Device_H #define Fl_PSfile_Device_H -
-#define NO_PAGE_FORMATS 30 /* MSVC6 compilation fix */
+ +#define NO_PAGE_FORMATS 30 /* MSVC6 compilation fix */ /** \brief Sends all graphics to a local PostScript file; same API as Fl_Printer class. @@ -38,7 +38,7 @@ This class has the same API as class Fl_Printer except for start_job() member function. \see class Fl_Printer. */ -class Fl_PSfile_Device : public Fl_Abstract_Printer { +class FL_EXPORT Fl_PSfile_Device : public Fl_Abstract_Printer { public: /** @brief Possible page formats. |
