summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/emacsclient.c')
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 5e6db54a902..8bc3b8a144e 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -396,7 +396,7 @@ void
w32_set_user_model_id ()
{
HMODULE shell;
- HRESULT (WINAPI * set_user_model) (PWCSTR);
+ HRESULT (WINAPI * set_user_model) (wchar_t * id);
/* On Windows 7 and later, we need to set the user model ID
to associate emacsclient launched files with Emacs frames