diff options
author | Kim F. Storm <storm@cua.dk> | 2003-03-31 20:35:24 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-03-31 20:35:24 +0000 |
commit | 5a152aa0ad68c9678effda492234916c9b591a6e (patch) | |
tree | 1980519f2cf10272db9ee804254be25c375a6a36 /src/w32reg.c | |
parent | 574bdd83edd0453af4a04dd3adcfc19215c75ae7 (diff) | |
download | emacs-5a152aa0ad68c9678effda492234916c9b591a6e.tar.gz emacs-5a152aa0ad68c9678effda492234916c9b591a6e.tar.bz2 emacs-5a152aa0ad68c9678effda492234916c9b591a6e.zip |
(x_get_string_resource): Use XrmDatabase.
Diffstat (limited to 'src/w32reg.c')
-rw-r--r-- | src/w32reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32reg.c b/src/w32reg.c index 73214d787d5..283cd219e95 100644 --- a/src/w32reg.c +++ b/src/w32reg.c @@ -119,7 +119,7 @@ w32_get_string_resource (name, class, dwexptype) char * x_get_string_resource (rdb, name, class) - char *rdb; + XrmDatabase rdb; char *name, *class; { if (rdb) |