Artifact 15ff691f11129b0511ba122a728ddece11aaef29:
- Executable file milestone_releases/dependencies/rhash/v2018_03_14/v_1_3_6/Linux/rhash_1_3_6_src_tar_gz/RHash-1.3.6/platform.h — part of check-in [1f25119683] at 2018-06-14 15:26:23 on branch trunk — rhash (user: vhost7825ssh, size: 407) [annotate] [blame] [check-ins using]
/* platform.h - platform-specific includes and macro */ #ifndef PLATFORM_H #define PLATFORM_H /* if compiler is MS VC++ */ #if _MSC_VER > 1000 #define inline __inline /* disable warnings: The POSIX name for this item is deprecated. Use the ISO C++ conformant name. */ #pragma warning(disable : 4996) #else /* _MSC_VER > 1000 */ #include <unistd.h> #endif /* _MSC_VER > 1000 */ #endif /* PLATFORM_H */