Skip to content
Snippets Groups Projects
Commit fb3ba0af authored by Luigi Scarso's avatar Luigi Scarso
Browse files

removed tmpfile form ptexlib.h (thanks to A. Kakuto).

parent b1c5bd8d
Branches
No related tags found
No related merge requests found
......@@ -42,11 +42,6 @@ ptexlib.h must be included first!!!
extern double rint(double x);
# endif
# ifdef _WIN32
extern FILE *_cairo_win_tmpfile(void);
#define tmpfile _cairo_win_tmpfile
# endif
# if defined(WIN32) || defined(__MINGW32__) || defined(__CYGWIN__)
extern char **suffixlist; /* in luainit.w */
# endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment