# HG changeset patch # User Geoff Voelker # Date 815729754 0 # Node ID 8074deaef2f47a059b8626541faa31b40a3d388e # Parent b6eacb7da9f680746f02535ea0340e20122d3705 (nt_get_resource): Prototype defined. diff -r b6eacb7da9f6 -r 8074deaef2f4 src/w32.h --- 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); +