Blind fix for Win32 daily builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -14,6 +14,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
|
|||||||
#if defined(__WXMSW__)
|
#if defined(__WXMSW__)
|
||||||
#if defined(__WIN16__) || (defined(__GNUWIN32__) && !wxUSE_NORLANDER_HEADERS) || defined(__SALFORDC__) || !wxUSE_OLE
|
#if defined(__WIN16__) || (defined(__GNUWIN32__) && !wxUSE_NORLANDER_HEADERS) || defined(__SALFORDC__) || !wxUSE_OLE
|
||||||
#include "wx/generic/dirdlgg.h"
|
#include "wx/generic/dirdlgg.h"
|
||||||
|
#define wxDirDialog wxGenericDirDialog
|
||||||
#else
|
#else
|
||||||
#include "wx/msw/dirdlg.h"
|
#include "wx/msw/dirdlg.h"
|
||||||
#endif
|
#endif
|
||||||
|
@@ -68,6 +68,14 @@
|
|||||||
#define LVS_OWNERDATA 0x1000
|
#define LVS_OWNERDATA 0x1000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef LVM_FIRST
|
||||||
|
#define LVM_FIRST 0x1000
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef HDM_FIRST
|
||||||
|
#define HDM_FIRST 0x1200
|
||||||
|
#endif
|
||||||
|
|
||||||
// mingw32/cygwin don't have declarations for comctl32.dll 4.70+ stuff
|
// mingw32/cygwin don't have declarations for comctl32.dll 4.70+ stuff
|
||||||
#ifndef NM_CACHEHINT
|
#ifndef NM_CACHEHINT
|
||||||
typedef struct tagNMLVCACHEHINT
|
typedef struct tagNMLVCACHEHINT
|
||||||
|
Reference in New Issue
Block a user