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:
oliverschmidt 2007-04-18 21:36:44 +00:00
parent 0acdd92457
commit dba1672323

View file

@ -3,6 +3,7 @@
#define CC_CONF_REGISTER_ARGS 1
#define CC_CONF_FASTCALL __fastcall
#define CC_CONF_INLINE __inline