diff options
Diffstat (limited to 'src/w32.h')
| -rw-r--r-- | src/w32.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -163,6 +163,7 @@ extern void reset_standard_handles (int in, int out, | |||
| 163 | /* Return the string resource associated with KEY of type TYPE. */ | 163 | /* Return the string resource associated with KEY of type TYPE. */ |
| 164 | extern LPBYTE w32_get_resource (char * key, LPDWORD type); | 164 | extern LPBYTE w32_get_resource (char * key, LPDWORD type); |
| 165 | 165 | ||
| 166 | extern void release_listen_threads (void); | ||
| 166 | extern void init_ntproc (int); | 167 | extern void init_ntproc (int); |
| 167 | extern void term_ntproc (int); | 168 | extern void term_ntproc (int); |
| 168 | extern void globals_of_w32 (void); | 169 | extern void globals_of_w32 (void); |