[-] Remove AU_VA_OPT. this was never legal
This commit is contained in:
parent
8b073f518d
commit
e0c96c7d49
@ -47,7 +47,7 @@ name ## Shared_t name ## Shared(T... args) \
|
|||||||
return name ## Shared_t(name ## New(args...), name ## Release); \
|
return name ## Shared_t(name ## New(args...), name ## Release); \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define AU_SHARED_API(name, type, ...) AU_SHARED_API_EX(, name, type, AU_VA_ALL_OPT)
|
#define AU_SHARED_API(name, type, ...) AU_SHARED_API_EX(, name, type, #__VA_ARGS__)
|
||||||
|
|
||||||
#if defined(AURORA_COMPILER_MSVC)
|
#if defined(AURORA_COMPILER_MSVC)
|
||||||
#define AU_NOINLINE __declspec(noinline)
|
#define AU_NOINLINE __declspec(noinline)
|
||||||
|
Loading…
Reference in New Issue
Block a user