summaryrefslogtreecommitdiff
path: root/src/w32.h
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1995-11-07 07:35:54 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1995-11-07 07:35:54 +0000
commit46c91229fab2761d3fe7cf4bd4f809e59f8923c5 (patch)
treeb65029579e09b20df6ac313deb13f51d48797ae7 /src/w32.h
parent58d4e829a2c3db394349149a8b215b0bef4b18e7 (diff)
(nt_get_resource): Prototype defined.
Diffstat (limited to 'src/w32.h')
-rw-r--r--src/w32.h3
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);
+