diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1996-11-19 04:59:23 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1996-11-19 04:59:23 +0000 |
commit | 08983720e7254809fd09d288052e3250e1456079 (patch) | |
tree | 8c4902f497c2df2a858667bfa392f5bf86664a69 /src/w32.h | |
parent | 5187e8acf84394b2b0f24f0fbc26c719d2279434 (diff) | |
download | emacs-08983720e7254809fd09d288052e3250e1456079.tar.gz |
Change identifiers of the form win32* to w32*.
Diffstat (limited to 'src/w32.h')
-rw-r--r-- | src/w32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.h b/src/w32.h index 2ee36488657..90ba7fbe015 100644 --- 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 (); |