Commit Graph

7 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
0d4d3af7df 2008-07-16 01:49:47 +00:00
77d6c882d7 2008-06-20 03:54:58 +00:00
8f15f888d9 2008-06-20 03:44:45 +00:00
cd7ea696cd 2008-06-16 08:28:09 +00:00
c6664b6bcd 2008-06-15 02:15:37 +00:00
7c6da1cb72 2008-06-13 07:50:51 +00:00