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.
This commit is contained in:
2008-12-15 07:25:42 +00:00
parent 195da67d13
commit f675b072d6
11 changed files with 15 additions and 91 deletions

View File

@ -6,6 +6,7 @@
#include <ase/cmn/sio.h>
#include <math.h>
#include <stdarg.h>
#include <ase/utl/stdio.h>
typedef struct ext_t