diff lib-src/emacsclient.c @ 103716:7bad97f82eb6

* w32term.c (w32_initialize): Use standard types. * runemacs.c (set_user_model_id): Use standard types. * emacsclient.c (w32_set_user_model_id): Use standard types.
author Jason Rumney <jasonr@gnu.org>
date Fri, 03 Jul 2009 15:32:02 +0000
parents 48d529d3a5a4
children 1af242c07461
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Fri Jul 03 14:54:14 2009 +0000
+++ b/lib-src/emacsclient.c	Fri Jul 03 15:32:02 2009 +0000
@@ -396,7 +396,7 @@
 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