real PoC of autocode
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __clang__
|
||||
# define RPC_EXPORT __attribute__((annotate("export")))
|
||||
#else
|
||||
# define RPC_EXPORT
|
||||
#endif
|
||||
Reference in New Issue
Block a user