Merge "framework: Fix for making SAP sdk code 64 bit compliant"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
04a6a9712e
@@ -39,8 +39,8 @@ typedef unsigned char u8;
|
|||||||
typedef char s8;
|
typedef char s8;
|
||||||
typedef unsigned short int u16;
|
typedef unsigned short int u16;
|
||||||
typedef signed short int s16;
|
typedef signed short int s16;
|
||||||
typedef unsigned long int u32;
|
typedef unsigned int u32;
|
||||||
typedef signed long int s32;
|
typedef signed int s32;
|
||||||
|
|
||||||
/** Success and error messages */
|
/** Success and error messages */
|
||||||
#define SUCCESS "success"
|
#define SUCCESS "success"
|
||||||
|
|||||||
Reference in New Issue
Block a user