comparison Core/Endianness.h @ 1976:325772dadcd6

Macro "__linux" (now obsolete) replaced by macro "__linux__"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 14 Apr 2016 17:34:43 +0200
parents 869a87c08673
children a3a65de1840f
comparison
equal deleted inserted replaced
1975:730eedd9a5dc 1976:325772dadcd6
35 35
36 /******************************************************************** 36 /********************************************************************
37 ** LINUX ARCHITECTURES 37 ** LINUX ARCHITECTURES
38 ********************************************************************/ 38 ********************************************************************/
39 39
40 #if defined(__linux) 40 #if defined(__linux__)
41 # define ORTHANC_HAS_BUILTIN_BYTE_SWAP 1 41 # define ORTHANC_HAS_BUILTIN_BYTE_SWAP 1
42 # include <endian.h> 42 # include <endian.h>
43 #endif 43 #endif
44 44
45 45