1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(nt_get_resource): Prototype defined.

This commit is contained in:
Geoff Voelker 1995-11-07 07:35:54 +00:00
parent 58d4e829a2
commit 46c91229fa

View File

@ -48,3 +48,6 @@ extern void prepare_standard_handles (int in, int out,
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);