GETLONG
#define GETLONG(l, cp) { \
#define GETLONG NS_GET32
#define GETLONG(x) (((x)[0]<<24)|((x)[1]<<16)|((x)[2]<<8)|(x)[3])