Changeset 1513 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Oct 30, 1999, 11:19:47 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r1507 r1513 1 /* $Id: win32dlg.cpp,v 1.2 1 1999-10-28 23:51:05 sandervl Exp $ */1 /* $Id: win32dlg.cpp,v 1.22 1999-10-30 09:19:45 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 606 606 607 607 dprintf(("Create CONTROL %d", info.id)); 608 #if 0 608 609 if(isUnicode) { 609 610 hwndCtrl = ::CreateWindowExW( info.exStyle | WS_EX_NOPARENTNOTIFY, … … 619 620 } 620 621 else { 622 #endif 621 623 char *classNameA = NULL; 622 624 char *windowNameA = NULL; … … 646 648 FreeAsciiString(windowNameA); 647 649 } 648 }650 // } 649 651 650 652 if (!hwndCtrl) return FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.