]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/groups/funcmacro_byteorder.h
Use wxWindowMSW instead of wxWindow to fix wxUniv/MSW compilation.
[wxWidgets.git] / docs / doxygen / groups / funcmacro_byteorder.h
CommitLineData
dae2800a
BP
1/////////////////////////////////////////////////////////////////////////////
2// Name: funcmacro_byteorder.h
3// Purpose: Byte Order function and macro group docs
4// Author: wxWidgets team
5// RCS-ID: $Id: funcmacro_gdi.h 52454 2008-03-12 19:08:48Z BP $
526954c5 6// Licence: wxWindows licence
dae2800a
BP
7/////////////////////////////////////////////////////////////////////////////
8
9/**
10
11@defgroup group_funcmacro_byteorder Byte Order
12@ingroup group_funcmacro
13
14The endian-ness issues (that is the difference between big-endian and
15little-endian architectures) are important for the portable programs working
16with the external binary data (for example, data files or data coming from
17network) which is usually in some fixed, platform-independent format.
18
19The macros are helpful for transforming the data to the correct format.
20
21*/
22