Ignore:
Timestamp:
Jul 20, 2001, 5:42:38 PM (24 years ago)
Author:
sandervl
Message:

initterm update

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 cbratschi Exp $ */
     1/* $Id: msgbox.c,v 1.4 2001-07-20 15:34:16 sandervl Exp $ */
    22/*
    33 * Message boxes (based on Wine code)
     
    366366}
    367367
     368#ifndef __WIN32OS2__
    368369/**************************************************************************
    369370 *           FatalAppExit32A   (KERNEL32.108)
     
    386387    ExitProcess(0);
    387388}
     389#endif
    388390
    389391/*****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.