From 46c91229fab2761d3fe7cf4bd4f809e59f8923c5 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Tue, 7 Nov 1995 07:35:54 +0000 Subject: [PATCH] (nt_get_resource): Prototype defined. --- src/w32.h | 3 +++ 1 file changed, 3 insertions(+) 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); + -- 2.39.2