Bugfix for wxListCtrl::GetColumn. It wasn't checking the returned format correctly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -39,6 +39,10 @@
|
||||
#define HDM_FIRST 0x1200
|
||||
#endif
|
||||
|
||||
#ifndef LVCFMT_JUSTIFYMASK
|
||||
#define LVCFMT_JUSTIFYMASK 0x0003
|
||||
#endif
|
||||
|
||||
// mingw32/cygwin don't have declarations for comctl32.dll 4.70+ stuff
|
||||
#ifndef NM_CACHEHINT
|
||||
typedef struct tagNMLVCACHEHINT
|
||||
|
Reference in New Issue
Block a user