Make use of __inline (just as making use of __fastcall) in order to check that CC_CONF_INLINE (just as CC_CONF_FASTCALL) are used in a syntactically correct manner.
This commit is contained in:
parent
0acdd92457
commit
dba1672323
@ -3,6 +3,7 @@
|
||||
|
||||
#define CC_CONF_REGISTER_ARGS 1
|
||||
#define CC_CONF_FASTCALL __fastcall
|
||||
#define CC_CONF_INLINE __inline
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user