summaryrefslogtreecommitdiff
path: root/src/drivers/PostScript/Fl_PostScript_Graphics_Driver.H
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-03-21 17:16:14 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-03-21 17:16:14 +0100
commitf1b00c6637ad5752fa70eb1a8c1ac8ba274210f7 (patch)
tree819ae94e6655e6ebd9cd4c8c3ead64b908d5957c /src/drivers/PostScript/Fl_PostScript_Graphics_Driver.H
parent34b89f84665641d03b7b82c0e9a9ce59698f4434 (diff)
Fix driver definitions of vsnprintf() and vsscanf()
These two functions are fully defined in the platform specific driver methods, there's no need to define them in the base class. This quick fix returns 0 from the base class method. The main reason was to avoid a compiler error of MSVC 2010 and earlier, i.e. before MSVC 2012. Todo: int Fl_WinAPI_System_Driver::clocale_sscanf() needs to be fixed because '_vsscanf_l()' (with lower case 'L' for 'locale') does not exist in MSVC 2010 and earlier. It is not clear yet in which version it was added - current MS docs show it in MSVC 2015 and later.
Diffstat (limited to 'src/drivers/PostScript/Fl_PostScript_Graphics_Driver.H')
0 files changed, 0 insertions, 0 deletions