summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/inc/pal.h')
-rw-r--r--src/pal/inc/pal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 1621dcc4ad..d49cb13589 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -1103,6 +1103,14 @@ GetTempPathW(
IN DWORD nBufferLength,
OUT LPWSTR lpBuffer);
+PALIMPORT
+DWORD
+PALAPI
+GetTempPathA(
+ IN DWORD nBufferLength,
+ OUT LPSTR lpBuffer);
+
+
#ifdef UNICODE
#define GetTempPath GetTempPathW
#else