commit | c30cefb2d5d9e95243c3cccf5dc946fa6c61384c | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Sep 30 01:04:19 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 30 01:04:19 2003 +0000 |
tree | e5923d39ea538133ddbce9f67d659ed9ac66d8b0 | |
parent | a613de2a22e648c7b0b3a9e97ea74dcef640f24b [diff] [blame] |
Store module names in Unicode in the server.
diff --git a/server/process.c b/server/process.c index 055f1ef..066b232 100644 --- a/server/process.c +++ b/server/process.c
@@ -493,7 +493,7 @@ /* add a dll to a process list */ static struct process_dll *process_load_dll( struct process *process, struct file *file, - void *base, const char *filename, size_t name_len ) + void *base, const WCHAR *filename, size_t name_len ) { struct process_dll *dll;