Changeset 836 for trunk/src/user32/new/win32wbase.cpp
- Timestamp:
- Sep 5, 1999, 5:59:37 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/win32wbase.cpp
r835 r836 1 /* $Id: win32wbase.cpp,v 1.1 0 1999-09-05 15:53:09 sandervlExp $ */1 /* $Id: win32wbase.cpp,v 1.11 1999-09-05 15:59:36 dengert Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 429 429 #endif 430 430 431 // fakeWinBase.hwndThisObject = OS2Hwnd; 432 // fakeWinBase.pWindowClass = windowClass; 433 // *(PULONG)&fakeWinBase -= 0x90 - 8; 431 fakeWinBase.hwndThis = OS2Hwnd; 432 fakeWinBase.pWindowClass = windowClass; 434 433 // SetFakeOpen32(); 435 434
Note:
See TracChangeset
for help on using the changeset viewer.