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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 4ac91db0cf..4ae2187b69 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -1467,6 +1467,13 @@ WaitForSingleObject(
PALIMPORT
DWORD
PALAPI
+PAL_WaitForSingleObjectPrioritized(
+ IN HANDLE hHandle,
+ IN DWORD dwMilliseconds);
+
+PALIMPORT
+DWORD
+PALAPI
WaitForSingleObjectEx(
IN HANDLE hHandle,
IN DWORD dwMilliseconds,