* Oops.
This commit is contained in:
		
							parent
							
								
									5bb3444032
								
							
						
					
					
						commit
						cc51f9c539
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue