fltk/nanosvg/fl_nanosvg.diff
Manolo Gouy 0bf5f9809a Modify nanosvg.h to support compilation by Visual Studio 7.
This is a new implementation that does not tamper with the program's locale.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12431 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2017-09-07 20:16:08 +00:00

20 lines
381 B
Diff

1,9d0
< //
< // "$Id$"
< //
<
< /* Modified for the FLTK library from original source file "nanosvg.h" to
< support compilation with Visual Studio 7:
< replace in function nsvg__atof() the "long long" type by "fl_nsvg_int".
< */
<
1093c1084
< fl_nsvg_int intPart = 0, fracPart = 0;
---
> long long intPart = 0, fracPart = 0;
2935,2938d2925
<
< //
< // End of "$Id$".
< //