Ignore:
Timestamp:
Feb 10, 2000, 7:49:53 PM (26 years ago)
Author:
cbratschi
Message:

menu and titlebar fix, some new stubs

File:
1 edited

Legend:

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

    r2697 r2739  
    1 /* $Id: user32.cpp,v 1.70 2000-02-09 13:42:38 sandervl Exp $ */
     1/* $Id: user32.cpp,v 1.71 2000-02-10 18:49:51 cbratschi Exp $ */
    22
    33/*
     
    28082808    return TRUE;
    28092809}
    2810 
    2811 
     2810/***********************************************************************
     2811 *           SetLogonNotifyWindow   (USER32.486)
     2812 */
     2813DWORD WIN32API SetLogonNotifyWindow(HWINSTA hwinsta,HWND hwnd)
     2814{
     2815  dprintf(("USER32: SetLogonNotifyWindow - empty stub!"));
     2816
     2817  return 1;
     2818}
     2819
Note: See TracChangeset for help on using the changeset viewer.