Removed old __WXWINE__ support (obsoleted by new __WINE__ symbol)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -254,7 +254,7 @@ typedef int wxWindowID;
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// stdcall is used for all functions called by Windows under Windows
|
||||
#if defined(__WINDOWS__) && !defined(__WXWINE__)
|
||||
#if defined(__WINDOWS__)
|
||||
#if defined(__GNUWIN32__)
|
||||
#define wxSTDCALL __attribute__((stdcall))
|
||||
#else
|
||||
@@ -1931,7 +1931,7 @@ typedef WXHWND WXWidget;
|
||||
typedef unsigned int WXWPARAM;
|
||||
typedef long WXLPARAM;
|
||||
|
||||
#if !defined(__WIN32__) || defined(__GNUWIN32__) || defined(__WXWINE__) || defined(__WXMICROWIN__)
|
||||
#if !defined(__WIN32__) || defined(__GNUWIN32__) || defined(__WXMICROWIN__)
|
||||
typedef int (*WXFARPROC)();
|
||||
#else
|
||||
typedef int (__stdcall *WXFARPROC)();
|
||||
|
@@ -243,19 +243,5 @@ struct HH_AKLINK
|
||||
#define QS_ALLPOSTMESSAGE 0x0100
|
||||
#endif
|
||||
|
||||
#ifdef __WXWINE__
|
||||
#define LV_ITEMA LVITEMA
|
||||
#define LV_ITEMW LVITEMW
|
||||
#define LV_DISPINFOA NMLVDISPINFOA
|
||||
#define LV_DISPINFOW NMLVDISPINFOW
|
||||
|
||||
#if wxUSE_UNICODE
|
||||
#define LV_FINDINFO LVFINDINFOW
|
||||
#else
|
||||
#define LV_FINDINFO LVFINDINFOA
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
// _WX_MISSING_H_
|
||||
|
@@ -341,7 +341,7 @@
|
||||
|
||||
// For WINE
|
||||
|
||||
#if defined(GetWindowStyle) || defined(__WXWINE__)
|
||||
#if defined(GetWindowStyle)
|
||||
#undef GetWindowStyle
|
||||
#endif
|
||||
|
||||
|
@@ -39,16 +39,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __WXWINE__
|
||||
#ifndef __WIN32__
|
||||
#define __WIN32__
|
||||
#endif
|
||||
#ifdef __WINE__
|
||||
#ifndef __WIN95__
|
||||
#define __WIN95__
|
||||
#endif
|
||||
#ifndef STRICT
|
||||
#define STRICT
|
||||
#endif
|
||||
#endif /* WINE */
|
||||
|
||||
#if defined(TWIN32) && !defined(__TWIN32__)
|
||||
|
Reference in New Issue
Block a user