fix for compilation with newer DMC headers (see #10112)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -303,6 +303,7 @@ typedef struct wxtagNMLVCUSTOMDRAW_ {
|
|||||||
|
|
||||||
#ifdef __DMC__
|
#ifdef __DMC__
|
||||||
|
|
||||||
|
#ifndef VER_NT_WORKSTATION
|
||||||
typedef struct _OSVERSIONINFOEX {
|
typedef struct _OSVERSIONINFOEX {
|
||||||
DWORD dwOSVersionInfoSize;
|
DWORD dwOSVersionInfoSize;
|
||||||
DWORD dwMajorVersion;
|
DWORD dwMajorVersion;
|
||||||
@@ -316,6 +317,7 @@ typedef struct _OSVERSIONINFOEX {
|
|||||||
BYTE wProductType;
|
BYTE wProductType;
|
||||||
BYTE wReserved;
|
BYTE wReserved;
|
||||||
} OSVERSIONINFOEX;
|
} OSVERSIONINFOEX;
|
||||||
|
#endif // !defined(VER_NT_WORKSTATION)
|
||||||
|
|
||||||
#ifndef _TrackMouseEvent
|
#ifndef _TrackMouseEvent
|
||||||
#define _TrackMouseEvent TrackMouseEvent
|
#define _TrackMouseEvent TrackMouseEvent
|
||||||
|
Reference in New Issue
Block a user