comparison src/w32reg.c @ 14353:d0d8d9d73f7f

backout 1.3
author Geoff Voelker <voelker@cs.washington.edu>
date Thu, 25 Jan 1996 03:13:39 +0000
parents fcc59c026328
children 685510b93c83
comparison
equal deleted inserted replaced
14352:a05133ebf2bf 14353:d0d8d9d73f7f
26 #include "blockinput.h" 26 #include "blockinput.h"
27 27
28 #include <stdio.h> 28 #include <stdio.h>
29 #include <string.h> 29 #include <string.h>
30 30
31 #define REG_ROOT "Software\\GNU\\Emacs" 31 #define REG_ROOT "SOFTWARE\\GNU\\Emacs\\"
32 32
33 LPBYTE 33 LPBYTE
34 win32_get_string_resource (name, class, dwexptype) 34 win32_get_string_resource (name, class, dwexptype)
35 char *name, *class; 35 char *name, *class;
36 DWORD dwexptype; 36 DWORD dwexptype;