From: Geoff Voelker Date: Tue, 7 Nov 1995 07:35:54 +0000 (+0000) Subject: (nt_get_resource): Prototype defined. X-Git-Tag: emacs-19.34~2434 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46c91229fab2761d3fe7cf4bd4f809e59f8923c5;p=emacs.git (nt_get_resource): Prototype defined. --- diff --git a/src/w32.h b/src/w32.h index f5a701dcb13..714d4bdc33f 100644 --- a/src/w32.h +++ b/src/w32.h @@ -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); +