Ignore:
Timestamp:
Aug 6, 1999, 1:40:16 AM (26 years ago)
Author:
phaller
Message:

Add: added few stubs

File:
1 edited

Legend:

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

    r300 r432  
    1 /* $Id: unknown.cpp,v 1.1 1999-07-14 08:35:36 sandervl Exp $ */
     1/* $Id: unknown.cpp,v 1.2 1999-08-05 23:39:48 phaller Exp $ */
    22
    33/*
     
    1212#include <os2win.h>
    1313
    14 
    1514/*****************************************************************************
    1615 * Defines                                                                   *
    1716 *****************************************************************************/
     17
    1818
    1919/*****************************************************************************
     
    176176}
    177177
     178
     179/***********************************************************************
     180 *           SetInternalWindowPos   (USER32.483)
     181 */
     182void WIN32API SetInternalWindowPos(HWND    hwnd,
     183                                   UINT    showCmd,
     184                                   LPRECT  rect,
     185                                   LPPOINT pt )
     186{
     187  dprintf(("USER32: SetInternalWindowPos(%08xh,%08xh,%08xh,%08xh) not implemented.\n",
     188           hwnd,
     189           showCmd,
     190           rect,
     191           pt));
     192}
     193
Note: See TracChangeset for help on using the changeset viewer.