Revision e2542fe2 vnc.c

b/vnc.c
1656 1656
    vnc_write_u8(vs, vs->ds->surface->pf.bits_per_pixel); /* bits-per-pixel */
1657 1657
    vnc_write_u8(vs, vs->ds->surface->pf.depth); /* depth */
1658 1658

  
1659
#ifdef WORDS_BIGENDIAN
1659
#ifdef HOST_WORDS_BIGENDIAN
1660 1660
    vnc_write_u8(vs, 1);             /* big-endian-flag */
1661 1661
#else
1662 1662
    vnc_write_u8(vs, 0);             /* big-endian-flag */

Also available in: Unified diff