Changeset 4848 for trunk/src/user32/user32.cpp
- Timestamp:
- Dec 29, 2000, 7:41:23 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/user32.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r4603 r4848 1 /* $Id: user32.cpp,v 1. 89 2000-11-16 16:35:43sandervl Exp $ */1 /* $Id: user32.cpp,v 1.90 2000-12-29 18:39:59 sandervl Exp $ */ 2 2 3 3 /* … … 33 33 #include <os2win.h> 34 34 #include <misc.h> 35 #include <winuser32.h> 35 36 36 37 #include "user32.h" … … 1398 1399 { 1399 1400 dprintf(("USER32: RegisterHotKey, not implemented\n")); 1400 hwnd = Win32 Window::Win32ToOS2Handle(hwnd);1401 hwnd = Win32ToOS2Handle(hwnd); 1401 1402 return(TRUE); 1402 1403 } … … 1476 1477 { 1477 1478 dprintf(("USER32: UnregisterHotKey, not implemented\n")); 1478 hwnd = Win32 Window::Win32ToOS2Handle(hwnd);1479 hwnd = Win32ToOS2Handle(hwnd); 1479 1480 1480 1481 return(TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
