forked from lix-project/lix
* Oops.
This commit is contained in:
parent
5bb3444032
commit
cc51f9c539
|
@ -325,8 +325,9 @@ const char * * strings2CharPtrs(const Strings & ss)
|
||||||
some Berkeley DB code appears to be called when a child exits
|
some Berkeley DB code appears to be called when a child exits
|
||||||
through _exit() (e.g., because execve() failed). So call the
|
through _exit() (e.g., because execve() failed). So call the
|
||||||
Windows API directly. */
|
Windows API directly. */
|
||||||
|
#ifdef __CYGWIN__
|
||||||
#define _exit(n) ExitProcess(n)
|
#define _exit(n) ExitProcess(n)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in a new issue