mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-08 06:28:27 +01:00
Merge pull request #48 from crystalidea/master
added windows.h header for GetTempPathA
This commit is contained in:
commit
7e3db6b639
@ -23,6 +23,7 @@
|
||||
# ifdef _WIN32
|
||||
# include <io.h>
|
||||
# include <direct.h>
|
||||
# include <windows.h> // GetTempPathA
|
||||
# define access _access // Map standard POSIX/C99 names
|
||||
# define close _close
|
||||
# define fileno _fileno
|
||||
|
Loading…
Reference in New Issue
Block a user