diff options
Diffstat (limited to 'nt/runemacs.c')
-rw-r--r-- | nt/runemacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/runemacs.c b/nt/runemacs.c index aba1d439957..ab9620c0b0b 100644 --- a/nt/runemacs.c +++ b/nt/runemacs.c @@ -177,7 +177,7 @@ error: void set_user_model_id () { HMODULE shell; - HRESULT (WINAPI * set_user_model) (PCWSTR); + 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 |