This commit is contained in:
Eelco Dolstra 2006-06-19 16:35:35 +00:00
parent 5bb3444032
commit cc51f9c539
1 changed files with 2 additions and 1 deletions

View File

@ -325,8 +325,9 @@ const char * * strings2CharPtrs(const Strings & ss)
some Berkeley DB code appears to be called when a child exits
through _exit() (e.g., because execve() failed). So call the
Windows API directly. */
#ifdef __CYGWIN__
#define _exit(n) ExitProcess(n)
#endif
//////////////////////////////////////////////////////////////////////