Changeset 161 for trunk/src/user32/user32.cpp
- Timestamp:
- Jun 23, 1999, 6:36:56 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r158 r161 1 /* $Id: user32.cpp,v 1.1 3 1999-06-22 20:00:04achimha Exp $ */1 /* $Id: user32.cpp,v 1.14 1999-06-23 16:36:56 achimha Exp $ */ 2 2 3 3 /* … … 3489 3489 //****************************************************************************** 3490 3490 //****************************************************************************** 3491 BOOL WIN32API DrawFrameControl(HDC hdc, LPRECT lprc, UINT uType, UINT uState)3492 {3493 #ifdef DEBUG3494 WriteLog("USER32: DrawFrameControl, not implemented\n");3495 #endif3496 return(TRUE);3497 }3498 //******************************************************************************3499 //******************************************************************************3500 3491 BOOL WIN32API SendNotifyMessageA(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam) 3501 3492 {
Note:
See TracChangeset
for help on using the changeset viewer.