changeset 13426:8074deaef2f4

(nt_get_resource): Prototype defined.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 07 Nov 1995 07:35:54 +0000
parents b6eacb7da9f6
children 71d734525d2c
files src/w32.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32.h	Tue Nov 07 07:35:38 1995 +0000
+++ b/src/w32.h	Tue Nov 07 07:35:54 1995 +0000
@@ -48,3 +48,6 @@
 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);
+