]> code.delx.au - gnu-emacs/blobdiff - nt/runemacs.c
* dabbrev.el (dabbrev-completion): Fix typo in docstring.
[gnu-emacs] / nt / runemacs.c
index aba1d439957bd80684b663868398b99b4acd0fb3..4a3d4a9536d43d35651704ffe4afa10667c212bb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
      Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -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