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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index db2ce0d4fa..bb5e05f359 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -433,6 +433,7 @@ DWORD
PALAPI
PAL_RegisterForRuntimeStartup(
IN DWORD dwProcessId,
+ IN LPCWSTR lpApplicationGroupId,
IN PPAL_STARTUP_CALLBACK pfnCallback,
IN PVOID parameter,
OUT PVOID *ppUnregisterToken);
@@ -453,7 +454,7 @@ PALIMPORT
LPCSTR
PALAPI
PAL_GetApplicationGroupId();
-#endif // __APPLE__
+#endif
static const int MAX_DEBUGGER_TRANSPORT_PIPE_NAME_LENGTH = MAX_PATH;
@@ -463,6 +464,7 @@ PALAPI
PAL_GetTransportPipeName(
OUT char *name,
IN DWORD id,
+ IN const char *applicationGroupId,
IN const char *suffix);
PALIMPORT