diff options
-rw-r--r-- | src/w32.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); + |