git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7995
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
= { 0xE158 };
#pragma parameter __D0 wxINT16_SWAP_ALWAYS(__D0)
= { 0xE158 };
#pragma parameter __D0 wxINT16_SWAP_ALWAYS(__D0)
- pascal wxInt16 wxUINT16_SWAP_ALWAYS(wxInt16 value)
+ pascal wxInt16 wxINT16_SWAP_ALWAYS(wxInt16 value)
= { 0xE158 };
#pragma parameter __D0 wxUINT32_SWAP_ALWAYS (__D0)
= { 0xE158 };
#pragma parameter __D0 wxUINT32_SWAP_ALWAYS (__D0)
= { 0xE158, 0x4840, 0xE158 };
#pragma parameter __D0 wxINT32_SWAP_ALWAYS (__D0)
= { 0xE158, 0x4840, 0xE158 };
#pragma parameter __D0 wxINT32_SWAP_ALWAYS (__D0)
- pascal wxInt32 wxUINT32_SWAP_ALWAYS(wxInt32 value)
+ pascal wxInt32 wxINT32_SWAP_ALWAYS(wxInt32 value)
= { 0xE158, 0x4840, 0xE158 };
#endif
= { 0xE158, 0x4840, 0xE158 };
#endif
#if wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__)
#include <stddef.h>
#if wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__)
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#ifdef __cplusplus
extern "C" {
#endif
#elif defined(__WXPM__)
#include "wx/os2/metafile.h"
#endif
#elif defined(__WXPM__)
#include "wx/os2/metafile.h"
+#elif defined(__WXMAC__)
+ #include "wx/mac/metafile.h"
#include "wx/msw/statbr95.h"
typedef wxStatusBar95 wxStatusBarReal;
#include "wx/msw/statbr95.h"
typedef wxStatusBar95 wxStatusBarReal;
+#elif defined(__WXMAC__)
+ #include "wx/mac/statusbr.h"
+
+ typedef wxStatusBarMac wxStatusBarReal;
#else
#include "wx/generic/statusbr.h"
#else
#include "wx/generic/statusbr.h"
#define __WXMAC__
#if TARGET_CARBON
#define USE_PRECOMPILED_MAC_HEADERS 0 /*Set to 0 if you don't want to use precompiled MacHeaders*/
#define __WXMAC__
#if TARGET_CARBON
#define USE_PRECOMPILED_MAC_HEADERS 0 /*Set to 0 if you don't want to use precompiled MacHeaders*/
+ #include "MacHeaders.c"
+ /*
+ #define USE_PRECOMPILED_MAC_HEADERS 0
+ #ifdef __cplusplus
#include <MacHeadersPPCX++>
#else
#include <MacHeadersPPCX>
#endif
#include <MacHeadersPPCX++>
#else
#include <MacHeadersPPCX>
#endif
- #else
- #define USE_PRECOMPILED_MAC_HEADERS 1 /*Set to 0 if you don't want to use precompiled MacHeaders*/
- #endif
+ */
+ #else
+ #define USE_PRECOMPILED_MAC_HEADERS 1 /*Set to 0 if you don't want to use precompiled MacHeaders*/
+ #endif
// automatically includes MacHeaders
#elif (__MWERKS__ >= 0x0900) && __INTEL__
#define __WXMSW__
// automatically includes MacHeaders
#elif (__MWERKS__ >= 0x0900) && __INTEL__
#define __WXMSW__