#pragma once #ifdef __clang__ # define RPC_EXPORT __attribute__((annotate("export"))) #else # define RPC_EXPORT #endif