Changeset 9345 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Oct 15, 2002, 11:18:12 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r9008 r9345 1 /* $Id: win32wbasenonclient.cpp,v 1.4 3 2002-08-15 15:45:46sandervl Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.44 2002-10-15 09:18:12 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 1240 1240 1241 1241 case HTSYSMENU: 1242 if (!(GetClass Word(Win32Hwnd,GCW_STYLE) & CS_NOCLOSE))1242 if (!(GetClassLongA(getWindowHandle(),GCL_STYLE) & CS_NOCLOSE)) 1243 1243 SendMessageA(getWindowHandle(), WM_SYSCOMMAND,SC_CLOSE,lParam); 1244 1244 break;
Note:
See TracChangeset
for help on using the changeset viewer.