mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 16:46:23 +00:00
Correct serious nib loading bug on big endian machines.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30472 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c16d9fc03a
commit
a8e617e01f
6 changed files with 15 additions and 5 deletions
|
@ -86,7 +86,7 @@ static unsigned currentDragOperation;
|
|||
*/
|
||||
typedef struct _tableViewFlags
|
||||
{
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
#if GS_WORDS_BIGENDIAN == 1
|
||||
unsigned int columnOrdering:1;
|
||||
unsigned int columnResizing:1;
|
||||
unsigned int drawsGrid:1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue