A configure target for dealing with OS differences.
More...
#include <CoreFoundation/CFByteOrder.h>
Go to the source code of this file.
|
|
#define | HAVE_CFBYTE_ORDER_H 1 |
| |
|
#define | be64toh(x) OSSwapBigToHostInt64((x)) |
| |
|
#define | htobe64(x) OSSwapHostToBigInt64((x)) |
| |
|
#define | be32toh(x) OSSwapBigToHostInt32(x) |
| |
|
#define | htobe32(x) OSSwapHostToBigInt32(x) |
| |
|
#define | be16toh(x) OSSwapBigToHostInt16(x) |
| |
|
#define | htobe16(x) OSSwapHostToBigInt16(x) |
| |
|
#define | HAVE_CPP11 1 |
| |
|
#define | HAVE_CPP17 1 |
| |
|
#define | HAVE_CPP20 1 |
| |
|
#define | HAVE_GPLUSPLUS_VERSION(MAJOR, MINOR) (__GNUC__ > (MAJOR) || (__GNUC__ == (MAJOR) && __GNUC_MINOR__ >= (MINOR))) |
| |
|
#define | DWM_HAVE_STD_FORMAT 1 |
| |
A configure target for dealing with OS differences.