Skip to content

Commit

Permalink
Merge pull request #48 from crystalidea/master
Browse files Browse the repository at this point in the history
added windows.h header for GetTempPathA
  • Loading branch information
michaelrsweet authored Oct 10, 2023
2 parents b0a66ee + acb6b66 commit 7e3db6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdfio-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e3db6b

Please sign in to comment.