From 1df2f604907b511af1de9ce5d5a77837bd02ab3a Mon Sep 17 00:00:00 2001 From: Alexander Gramiak Date: Thu, 25 Apr 2019 08:43:21 -0600 Subject: fixup! Rename non-X x_* identifiers 2 --- src/w32reg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/w32reg.c b/src/w32reg.c index e8201d3c4f1..844e5613770 100644 --- a/src/w32reg.c +++ b/src/w32reg.c @@ -22,6 +22,7 @@ along with GNU Emacs. If not, see . */ #include #include "lisp.h" #include "blockinput.h" +#include "w32term.h" #include @@ -142,7 +143,7 @@ w32_get_string_resource_1 (const char *name, const char *class, DWORD dwexptype) const char * w32_get_string_resource (void *v_rdb, const char *name, const char *class) { - const char *rdb = *((const char *)v_rdb); + const char *rdb = v_rdb; if (rdb) { -- cgit v1.2.1