Changeset 778 for trunk/src/gmake/commands.c
- Timestamp:
- Jan 21, 2007, 1:29:17 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/commands.c
r765 r778 442 442 exit (10); 443 443 #else /* not Amiga */ 444 #if def WINDOWS32444 #if defined(WINDOWS32) && !defined(CONFIG_NEW_WIN32_CTRL_EVENT) 445 445 extern HANDLE main_thread; 446 446 … … 516 516 517 517 remove_intermediates (1); 518 519 518 #ifdef SIGQUIT 520 519 if (sig == SIGQUIT) … … 525 524 526 525 #ifdef WINDOWS32 526 #ifndef CONFIG_NEW_WIN32_CTRL_EVENT 527 527 if (main_thread) 528 528 CloseHandle (main_thread); 529 #endif /* !CONFIG_NEW_WIN32_CTRL_EVENT */ 529 530 /* Cannot call W32_kill with a pid (it needs a handle). The exit 530 531 status of 130 emulates what happens in Bash. */
Note:
See TracChangeset
for help on using the changeset viewer.