libDwm-0.9.45
DwmPortability.hh File Reference

A configure target for dealing with OS differences. More...

#include <CoreFoundation/CFByteOrder.h>
Include dependency graph for DwmPortability.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#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
 

Detailed Description

A configure target for dealing with OS differences.