mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-16 02:18:24 +01:00
added windows.h header for GetTempPathA
This commit is contained in:
parent
b0a66eef78
commit
acb6b66bdb
@ -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