Changeset 6019 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Jun 15, 2001, 4:07:22 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r6001 r6019 1 /* $Id: win32dlg.cpp,v 1. 69 2001-06-13 17:28:06sandervl Exp $ */1 /* $Id: win32dlg.cpp,v 1.70 2001-06-15 14:07:22 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 646 646 { 647 647 info->windowName = (LPCSTR)(UINT)GET_WORD(p + 1); 648 p = (WORD *)((char *)p+3); 648 //Wine add 3 (bytes) here. But that causes problems with certain 649 //InstallShield installers. 650 p += 2; 649 651 } 650 652 else
Note:
See TracChangeset
for help on using the changeset viewer.