Loading...
Searching...
No Matches
7 #define AUGTEST_EXPORT __declspec(dllexport)
8 #define AUGMENT_EXPORT __declspec(dllexport)
9 #define AUGMENT_NOINLINE __declspec(noinline)
10 #define AUGMENT_FORCEINLINE __forceinline
12 #define AUGTEST_EXPORT
13 #define AUGMENT_EXPORT __attribute__((visibility("default")))
14 #define AUGMENT_NOINLINE __attribute__((noinline))
15 #define AUGMENT_FORCEINLINE __attribute__((always_inline))
- include
- augment
- platform_compat.hpp