]> code.delx.au - gnu-emacs/blobdiff - src/w32.h
(map_char_table): New arg SUBTABLE. Callers changed.
[gnu-emacs] / src / w32.h
index 2ee3648865746481c80d4e64f96a7741e5433087..90ba7fbe015cd6045f40e2670e61c4227e912756 100644 (file)
--- a/src/w32.h
+++ b/src/w32.h
@@ -119,7 +119,7 @@ extern void reset_standard_handles (int in, int out,
                                    int err, HANDLE handles[4]);
 
 /* Return the string resource associated with KEY of type TYPE.  */
-extern LPBYTE nt_get_resource (char * key, LPDWORD type);
+extern LPBYTE w32_get_resource (char * key, LPDWORD type);
 
 extern void init_ntproc ();
 extern void term_ntproc ();