diff options
Diffstat (limited to 'src')
| -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 dcb4ba29716..0bffe82513d 100644 --- a/src/w32reg.c +++ b/src/w32reg.c | |||
| @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 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) |