]> code.delx.au - gnu-emacs/blobdiff - nt/runemacs.c
Merge from origin/emacs-25
[gnu-emacs] / nt / runemacs.c
index b5e16c0304f0cbb91f7ac95023df95eca5674e89..9edf148348e3ace290f2144722f1959153c3714a 100644 (file)
@@ -203,7 +203,7 @@ void
 set_user_model_id (void)
 {
   HMODULE shell;
-  HRESULT (WINAPI * set_user_model) (wchar_t * id);
+  HRESULT (WINAPI * set_user_model) (const wchar_t * id);
 
   /* On Windows 7 and later, we need to set the user model ID
      to associate emacsclient launched files with Emacs frames