Remove duplicated typedef depending on header file version.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,8 +20,9 @@
|
|||||||
#define INCL_WINSYS
|
#define INCL_WINSYS
|
||||||
#define INCL_SHLERRORS
|
#define INCL_SHLERRORS
|
||||||
#include <os2.h>
|
#include <os2.h>
|
||||||
#if defined (__EMX__) && !defined(USE_OS2_TOOLKIT_HEADERS)
|
#if defined (__EMX__) && !defined(USE_OS2_TOOLKIT_HEADERS) && !defined(FCF_CLOSEBUTTON)
|
||||||
/* struct missing in "os2emx.h" */
|
/* struct missing in "os2emx.h" - luckily FCF_CLOSEBUTTON was added in the
|
||||||
|
same version of os2emx.h as SPBCDATA type, so we can do the test above. */
|
||||||
typedef struct _SPBCDATA {
|
typedef struct _SPBCDATA {
|
||||||
ULONG cbSize; /* Size of control block. */
|
ULONG cbSize; /* Size of control block. */
|
||||||
ULONG ulTextLimit; /* Entryfield text limit. */
|
ULONG ulTextLimit; /* Entryfield text limit. */
|
||||||
|
Reference in New Issue
Block a user