Mercurial > emacs
diff src/w32.h @ 13426:8074deaef2f4
(nt_get_resource): Prototype defined.
| author | Geoff Voelker <voelker@cs.washington.edu> |
|---|---|
| date | Tue, 07 Nov 1995 07:35:54 +0000 |
| parents | fa698fd10c05 |
| children | ee40177f6c68 |
line wrap: on
line diff
--- a/src/w32.h Tue Nov 07 07:35:38 1995 +0000 +++ b/src/w32.h Tue Nov 07 07:35:54 1995 +0000 @@ -48,3 +48,6 @@ 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); +
