connectivitylayer/isce/isaaccessextension_dll/inc/iadhelpers.h
changeset 8 6295dc2169f3
parent 0 63b37f68c1ce
equal deleted inserted replaced
7:fa67e03b87df 8:6295dc2169f3
    21 #define IAD_HELPERS_H
    21 #define IAD_HELPERS_H
    22 //  INCLUDES
    22 //  INCLUDES
    23 
    23 
    24 // MACROS
    24 // MACROS
    25 
    25 
    26 #if defined ( __WINS__ )
    26 #if defined ( __WINS__ ) || defined(ISI_LENGTH_BIG_ENDIAN)
    27 #define MESSAGELENGTH_LSB 5
    27 #define MESSAGELENGTH_LSB 5
    28 #define MESSAGELENGTH_MSB 4
    28 #define MESSAGELENGTH_MSB 4
    29 #else
    29 #else
    30 #define MESSAGELENGTH_LSB 4
    30 #define MESSAGELENGTH_LSB 4
    31 #define MESSAGELENGTH_MSB 5
    31 #define MESSAGELENGTH_MSB 5