Added configurations of the new resolver.

This commit is contained in:
Oliver Schmidt 2013-03-14 23:17:59 +01:00
parent 46cb6013ae
commit a0e2120fdb
2 changed files with 7 additions and 1 deletions

View file

@ -5,6 +5,8 @@
#define CC_CONF_FASTCALL __fastcall
#define CC_CONF_INLINE __inline
#define ARCH_DOESNT_NEED_ALIGNED_STRUCTS 1
#if _USRDLL
#define CCIF __declspec(dllimport)