 | Added #pragma once in .h files for MSC builds |
 | Added UNICOWS support |
 | Changed to use _WINDLL instead of _DLL to define BI_APP_DLL under MSC |
 | Fix in TComboBox::SetHorizontalExtent() |
 | Added TConfigFileSection::Erase() |
 | Fix in TPrintDC::StartDoc() |
 | THarbor private members made protected |
 | Made TDocManager::CreateDoc() virtual, added CreateDummyDoc() |
 | Moved one of TDocTemplate constructors outside of #if defined(OWL2_COMPAT) section |
 | Added IsDir(), IsSysDir() and GetAttributes() to TFileNameIterator |
 | Added operator[](size_t) to TAPointer |
 | Added private TRegKey copy constrctor |
 | Added TTabControl::Add(LPCTSTR) |
 | In TApplication::ProcessAppMsg() replaced class _TDesktopWindow {} with static HWND deskTopHwnd = ::GetDesktopWindow(); |
 | Fix in TRegConfigFile::WriteString() to write the trailing '\0' |
 | Fix in TRegConfigFile::ReadString() to add the trailing '\0' |
 | Fix in TDocument::SetTitle() to handle calls like SetTitle(GetTitle()); |
 | Changed DllMain() signature for MSC builds |