redefine hgl_cpy/hgl_move .... function name.
This commit is contained in:
@@ -237,7 +237,7 @@ namespace hgl
|
||||
template<typename T> T ToLittleEndian(T value){return value;}
|
||||
|
||||
template<typename T> inline void ToLittleEndian(T *,const int64){}
|
||||
template<typename D,typename S> inline void ToLittleEndian(D *dst,const S *src,const int64 count){hgl_cpy(dst,src,count);}
|
||||
template<typename D,typename S> inline void ToLittleEndian(D *dst,const S *src,const int64 count){typeconv(dst,src,count);}
|
||||
|
||||
#endif//HGL_BIG_ENDIAN
|
||||
|
||||
|
Reference in New Issue
Block a user