diff options
Diffstat (limited to 'TSRM/tsrm_win32.h')
| -rw-r--r-- | TSRM/tsrm_win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h index 5e6ec7ece7..0a78c39450 100644 --- a/TSRM/tsrm_win32.h +++ b/TSRM/tsrm_win32.h @@ -92,6 +92,7 @@ typedef struct { TSRM_API void tsrm_win32_startup(void); TSRM_API void tsrm_win32_shutdown(void); +TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env); TSRM_API FILE *popen(const char *command, const char *type); TSRM_API int pclose(FILE *stream); |
