- Added definition for struct SPBCDATA (missing in EMX).
- Added forward declaration of wxString. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,11 +20,25 @@
|
|||||||
#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)
|
||||||
|
/* struct missing in "os2emx.h" */
|
||||||
|
typedef struct _SPBCDATA {
|
||||||
|
ULONG cbSize; /* Size of control block. */
|
||||||
|
ULONG ulTextLimit; /* Entryfield text limit. */
|
||||||
|
LONG lLowerLimit; /* Spin lower limit (numeric only). */
|
||||||
|
LONG lUpperLimit; /* Spin upper limit (numeric only). */
|
||||||
|
ULONG idMasterSpb; /* ID of the servant's master spinbutton. */
|
||||||
|
PVOID pHWXCtlData; /* Handwriting control data structure flag. */
|
||||||
|
} SPBCDATA;
|
||||||
|
|
||||||
|
typedef SPBCDATA *PSPBCDATA;
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "wx/fontenc.h"
|
#include "wx/fontenc.h"
|
||||||
|
|
||||||
class WXDLLEXPORT wxFont;
|
class WXDLLEXPORT wxFont;
|
||||||
class WXDLLEXPORT wxWindow;
|
class WXDLLEXPORT wxWindow;
|
||||||
|
class WXDLLEXPORT wxString;
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// private constants
|
// private constants
|
||||||
|
Reference in New Issue
Block a user