projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f45bffb
)
Correct test for WORDS_BIGENDIAN
author
Julian Smart
<julian@anthemion.co.uk>
Tue, 28 Mar 2006 10:32:00 +0000
(10:32 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Tue, 28 Mar 2006 10:32:00 +0000
(10:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38407
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/mac/carbon/private.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/mac/carbon/private.h
b/include/wx/mac/carbon/private.h
index 3f20c400762e7ee58f614477c1f9c57c5612e85a..e062779fc9de7dbd4189eddc30fc2cf4ed63933b 100644
(file)
--- 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
+#if
def
WORDS_BIGENDIAN
inline Rect* wxMacGetPictureBounds( PicHandle pict , Rect* rect )
{
*rect = (**pict).picFrame ;