From ecf418ad77d15660d4bd4c541e1cffbd807ae2b5 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 28 Mar 2006 10:32:00 +0000 Subject: [PATCH] Correct test for WORDS_BIGENDIAN git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/mac/carbon/private.h b/include/wx/mac/carbon/private.h index 3f20c40076..e062779fc9 100644 --- a/include/wx/mac/carbon/private.h +++ b/include/wx/mac/carbon/private.h @@ -828,7 +828,7 @@ private : ControlRef wxMacFindControlUnderMouse( wxTopLevelWindowMac* toplevelWindow, const Point& location , WindowRef window , ControlPartCode *outPart ) ; -#if WORDS_BIGENDIAN +#ifdef WORDS_BIGENDIAN inline Rect* wxMacGetPictureBounds( PicHandle pict , Rect* rect ) { *rect = (**pict).picFrame ; -- 2.47.2