Changeset 4848 for trunk/src/user32/oslibmsgtranslate.cpp
- Timestamp:
- Dec 29, 2000, 7:41:23 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsgtranslate.cpp
r4658 r4848 1 /* $Id: oslibmsgtranslate.cpp,v 1. 39 2000-11-21 11:36:08 sandervl Exp $ */1 /* $Id: oslibmsgtranslate.cpp,v 1.40 2000-12-29 18:39:58 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 23 23 #include <winconst.h> 24 24 #include "oslibmsg.h" 25 #include "win32wnd.h"25 #include <winuser32.h> 26 26 #include "win32wdesktop.h" 27 27 #include "oslibutil.h" … … 265 265 BOOL fMinimized = FALSE; 266 266 267 hwndActivate = Win32BaseWindow::OS2ToWin32Handle(hwndActivate);267 hwndActivate = OS2ToWin32Handle(hwndActivate); 268 268 if(hwndActivate == 0) { 269 269 //another (non-win32) application's window … … 292 292 hwndFocus = NULL; 293 293 } 294 else hwndFocus = Win32BaseWindow::OS2ToWin32Handle(hwndFocus);294 else hwndFocus = OS2ToWin32Handle(hwndFocus); 295 295 296 296 if((ULONG)os2Msg->mp2 == TRUE) {
Note:
See TracChangeset
for help on using the changeset viewer.