From 0a3472c7b938d9469e9c4b304798c7eacf8b3330 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Fri, 3 Jul 2009 15:32:02 +0000 Subject: * 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. --- nt/runemacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nt/runemacs.c') 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 -- cgit v1.2.3