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
commite948737ce6d92b4d9af518d8a6861b98edaea881 (patch)
tree5754f007863455daf95aacd77b05b53c740c7207 /src/w32.h
parent1bdd07d50f4106b304c21b07afaf6b9d8046711d (diff)
downloademacs-e948737ce6d92b4d9af518d8a6861b98edaea881.tar.gz
(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);
+