Changeset 6375 for trunk/src/user32/msgbox.c
- Timestamp:
- Jul 20, 2001, 5:42:38 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/msgbox.c
r3153 r6375 1 /* $Id: msgbox.c,v 1. 3 2000-03-18 16:13:37 cbratschiExp $ */1 /* $Id: msgbox.c,v 1.4 2001-07-20 15:34:16 sandervl Exp $ */ 2 2 /* 3 3 * Message boxes (based on Wine code) … … 366 366 } 367 367 368 #ifndef __WIN32OS2__ 368 369 /************************************************************************** 369 370 * FatalAppExit32A (KERNEL32.108) … … 386 387 ExitProcess(0); 387 388 } 389 #endif 388 390 389 391 /*****************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.