diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1995-11-07 07:35:54 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1995-11-07 07:35:54 +0000 |
commit | e948737ce6d92b4d9af518d8a6861b98edaea881 (patch) | |
tree | 5754f007863455daf95aacd77b05b53c740c7207 /src/w32.h | |
parent | 1bdd07d50f4106b304c21b07afaf6b9d8046711d (diff) | |
download | emacs-e948737ce6d92b4d9af518d8a6861b98edaea881.tar.gz |
(nt_get_resource): Prototype defined.
Diffstat (limited to 'src/w32.h')
-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); + |