 |
OpendTect
6.3
|
Go to the documentation of this file. 70 #if defined( __win64__ ) || defined ( __win32__ ) 74 #if defined ( __lux32__ ) || defined ( __lux64__ ) 79 #if defined( __mac__ ) 85 # error "Platform not detected." 90 # define __islinux__ true 92 # define __islinux__ false 95 # define __ismac__ true 97 # define __ismac__ false 100 # define __iswin__ true 102 # define __iswin__ false 112 # define __little__ 1 113 # define __islittle__ true 116 # define __plfsubdir__ "win32" 117 # define __plfname__ "MS Windows 32 bits" 118 # define __is32bits__ true 121 # define __plfsubdir__ "win64" 122 # define __plfname__ "MS Windows 64 bits" 123 # define __is32bits__ false 126 # define __plfsubdir__ "lux32" 127 # define __plfname__ "Linux 32 bits" 128 # define __is32bits__ true 131 # define __plfsubdir__ "lux64" 132 # define __plfname__ "Linux 64 bits" 133 # define __is32bits__ false 136 # define __plfsubdir__ "mac" 137 # define __plfname__ "Mac" 138 # define __is32bits__ false 146 # if __cplusplus >= 201103L 151 #ifdef _LANGUAGE_C_PLUS_PLUS 173 #if defined( __win__ ) || defined( WIN32 ) 179 #if defined( __win__ ) && !defined( __msvc__ ) 180 # define __cygwin__ 1 185 #if defined( __gnuc__ ) 186 # define mUnusedVar __attribute__ ((unused)) 189 # if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 7 ) 190 # define mDeprecated __attribute__ ((deprecated)) 191 # define mStartAllowDeprecatedSection \ 192 _Pragma ( "GCC diagnostic push" ) \ 193 _Pragma ( "GCC diagnostic ignored \"-Wdeprecated-declarations\"" ) 194 # define mStopAllowDeprecatedSection \ 195 _Pragma ( "GCC diagnostic pop" ) 198 # define mDeprecated __attribute__ ((deprecated)) 202 # define mStartAllowDeprecatedSection \ 203 _Pragma("clang diagnostic push") \ 204 _Pragma("clang diagnostic ignored \"-Wdeprecated-declarations\"") 205 # define mStopAllowDeprecatedSection \ 206 _Pragma("clang diagnostic pop") 210 # if defined( __win__ ) 211 # define mDeprecated __declspec(deprecated) 215 # define mStartAllowDeprecatedSection \ 216 __pragma(warning(push)) \ 217 __pragma(warning(disable:4996)) 218 # define mStopAllowDeprecatedSection \ 219 __pragma(warning(pop)) 223 # define mODRestrict __restrict 225 # define mODRestrict __restrict__ 230 #ifndef NeedFunctionPrototypes 231 # define NeedFunctionPrototypes 1 233 #ifndef _ANSI_C_SOURCE 234 # define _ANSI_C_SOURCE 1
Generated at
for the OpendTect
seismic interpretation project.
Copyright (C): dGB Beheer B. V. 2017