diff options
Diffstat (limited to 'winsup/mingw/include/process.h')
-rw-r--r-- | winsup/mingw/include/process.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/mingw/include/process.h b/winsup/mingw/include/process.h index 67277db8f..6d61b2a2b 100644 --- a/winsup/mingw/include/process.h +++ b/winsup/mingw/include/process.h @@ -24,8 +24,6 @@ * */ -#ifndef __STRICT_ANSI__ - #ifndef _PROCESS_H_ #define _PROCESS_H_ @@ -156,4 +154,3 @@ _CRTIMP int __cdecl spawnvpe (int, const char*, const char* const*, const char* #endif /* _PROCESS_H_ not defined */ #endif /* Not __STRICT_ANSI__ */ - |