Changeset 2739 for trunk/src/user32/user32.cpp
- Timestamp:
- Feb 10, 2000, 7:49:53 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r2697 r2739 1 /* $Id: user32.cpp,v 1.7 0 2000-02-09 13:42:38 sandervlExp $ */1 /* $Id: user32.cpp,v 1.71 2000-02-10 18:49:51 cbratschi Exp $ */ 2 2 3 3 /* … … 2808 2808 return TRUE; 2809 2809 } 2810 2811 2810 /*********************************************************************** 2811 * SetLogonNotifyWindow (USER32.486) 2812 */ 2813 DWORD 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.