AtlLoadSysIconImage() and AtlLoadSysCursorImage() should include and check for LR_SHARED flag
Load fails without LR_SHARED Changed file: atluser.h
CSplitterImpl::GetSystemSettings() - Add SM_CXPADDEDBORDER to splitter bar width for VS2012 or newer
Changed file: atlsplit.h
CSplitterImpl::GetSystemSettings() - Add SM_CXPADDEDBORDER to splitter bar width for VS2012 or newer
This is a compiler dependent issue - Windows returns different values for code compiled with VS2012 or newer, then the older compilers This somehow got forgotten for a long time
CPrintPreview::DoPaint(CDCHandle dc) - 'dc': unreferenced parameter
Minor, but amazing that this was not discovered all these years Changed file: atlprint.h