Ignore:
Timestamp:
Jul 14, 1999, 11:05:59 PM (26 years ago)
Author:
cbratschi
Message:

several bugs fixed, RegisterClass works, CreateWindow on the way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/windowmsg.cpp

    r300 r304  
    1 /* $Id: windowmsg.cpp,v 1.1 1999-07-14 08:35:37 sandervl Exp $ */
     1/* $Id: windowmsg.cpp,v 1.2 1999-07-14 21:05:59 cbratschi Exp $ */
    22/*
    33 * Win32 window message APIs for OS/2
     
    3737    dprintf(("USER32:  PostQuitMessage\n"));
    3838
    39     O32_PostQuitMessage(arg1);
     39    O32_PostQuitMessage(nExitCode);
    4040}
    4141//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.