]> git.eshelyaron.com Git - emacs.git/commitdiff
(nt_get_resource): Prototype defined.
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 7 Nov 1995 07:35:54 +0000 (07:35 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 7 Nov 1995 07:35:54 +0000 (07:35 +0000)
src/w32.h

index f5a701dcb137a6f44df3885c0408dc5cb36a9303..714d4bdc33f2661aaebd4904c900a509b3194dc2 100644 (file)
--- 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);
+