diff options
Diffstat (limited to 'src/w32.h')
-rw-r--r-- | src/w32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32.h b/src/w32.h index 6faa90d3177..3790583bfc8 100644 --- a/src/w32.h +++ b/src/w32.h @@ -185,6 +185,8 @@ extern MultiByteToWideChar_Proc pMultiByteToWideChar; extern WideCharToMultiByte_Proc pWideCharToMultiByte; extern DWORD multiByteToWideCharFlags; +extern const char *w32_relocate (const char *); + extern void init_environment (char **); extern void check_windows_init_file (void); extern void syms_of_ntproc (void); |