diff options
| author | Jason Rumney | 2009-07-03 15:32:02 +0000 |
|---|---|---|
| committer | Jason Rumney | 2009-07-03 15:32:02 +0000 |
| commit | 0a3472c7b938d9469e9c4b304798c7eacf8b3330 (patch) | |
| tree | 15faa75a8a443eca31a744f3f982d336e8f16084 /lib-src | |
| parent | f0dbdc25ca83b4d82c9626e050c05580f5bc8672 (diff) | |
| download | emacs-0a3472c7b938d9469e9c4b304798c7eacf8b3330.tar.gz emacs-0a3472c7b938d9469e9c4b304798c7eacf8b3330.zip | |
* 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.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index afc678c0434..aa01d98aac2 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-07-03 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * emacsclient.c (w32_set_user_model_id): Use standard types. | ||
| 4 | |||
| 1 | 2009-07-03 Eli Zaretskii <eliz@gnu.org> | 5 | 2009-07-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * makefile.w32-in (WINNT_SUPPORT): Add common-win.elc, like | 7 | * makefile.w32-in (WINNT_SUPPORT): Add common-win.elc, like |
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 5e6db54a902..8bc3b8a144e 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -396,7 +396,7 @@ void | |||
| 396 | w32_set_user_model_id () | 396 | w32_set_user_model_id () |
| 397 | { | 397 | { |
| 398 | HMODULE shell; | 398 | HMODULE shell; |
| 399 | HRESULT (WINAPI * set_user_model) (PWCSTR); | 399 | HRESULT (WINAPI * set_user_model) (wchar_t * id); |
| 400 | 400 | ||
| 401 | /* On Windows 7 and later, we need to set the user model ID | 401 | /* On Windows 7 and later, we need to set the user model ID |
| 402 | to associate emacsclient launched files with Emacs frames | 402 | to associate emacsclient launched files with Emacs frames |