diff options
Diffstat (limited to 'TSRM/tsrm_win32.h')
-rw-r--r-- | TSRM/tsrm_win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h index c26c8f9506..95cdd99a82 100644 --- a/TSRM/tsrm_win32.h +++ b/TSRM/tsrm_win32.h @@ -25,10 +25,10 @@ #ifdef TSRM_WIN32 #include <windows.h> + typedef struct { FILE *stream; HANDLE prochnd; - int inuse; } ProcessPair; typedef struct { |