Ignore:
Timestamp:
Oct 30, 1999, 11:19:47 AM (26 years ago)
Author:
sandervl
Message:

EB's unicode changes + seticon + mdi fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32dlg.cpp

    r1507 r1513  
    1 /* $Id: win32dlg.cpp,v 1.21 1999-10-28 23:51:05 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.22 1999-10-30 09:19:45 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    606606
    607607        dprintf(("Create CONTROL %d", info.id));
     608#if 0
    608609        if(isUnicode) {
    609610            hwndCtrl = ::CreateWindowExW( info.exStyle | WS_EX_NOPARENTNOTIFY,
     
    619620        }
    620621        else {
     622#endif
    621623            char *classNameA = NULL;
    622624            char *windowNameA = NULL;
     
    646648                FreeAsciiString(windowNameA);
    647649            }
    648         }
     650//        }
    649651
    650652        if (!hwndCtrl) return FALSE;
Note: See TracChangeset for help on using the changeset viewer.