Artifact 33c24fc7539db66926658dc57c3c2961dba273d8f935525e9a5920582aa17222:
- File src/module.modulemap — part of check-in [1aedad1588] at 2021-05-01 03:21:07 on branch trunk — Move OFAtomic.h variants to src/platform (user: js, size: 376) [annotate] [blame] [check-ins using] [more...]
framework module ObjFW { umbrella header "ObjFW.h" /* * These are included by OFAtomic.h, but should never be included * directly. */ exclude header "platform/GCC4/OFAtomic.h" exclude header "platform/GCC4.7/OFAtomic.h" exclude header "platform/PowerPC/OFAtomic.h" exclude header "platform/macOS/OFAtomic.h" exclude header "platform/x86/OFAtomic.h" export * }