6 Commits

Author SHA1 Message Date
f675b072d6 redefined ASE_XXX_COPIER_SIMPLE and ASE_XXX_COPIER_INLINE
originally,
- #define ASE_XXX_COPIER_SIMPLE ase_xxx_copysimple
- #define ASE_XXX_COPIER_INLINE ase_xxx_copyinline

after changes.
- #define ASE_XXX_COPIER_SIMPLE ((ase_xxx_copier_t)1)
- #define ASE_XXX_COPIER_INLINE ((ase_xxx_copier_t)2)

when compiled for win32 dll, the reference by the original 
definition resulted in different address values in difference modules.
2008-12-15 07:25:42 +00:00
bcd51e8b58 2008-07-20 01:37:35 +00:00
83f8a0d606 2008-06-23 00:56:35 +00:00
8e3a0e2c84 2008-06-22 08:37:03 +00:00
3bdaa3229d 2008-06-22 08:08:38 +00:00
c3bb7f76e2 2008-06-20 04:28:31 +00:00