aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,
48extern void reset_standard_handles (int in, int out, 48extern void reset_standard_handles (int in, int out,
49 int err, HANDLE handles[4]); 49 int err, HANDLE handles[4]);
50 50
51/* Return the string resource associated with KEY of type TYPE. */
52extern LPBYTE nt_get_resource (char *key, LPDWORD type);
53