Merge "framework: Fix for making SAP sdk code 64 bit compliant"

This commit is contained in:
Linux Build Service Account
2014-11-30 11:38:37 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -39,8 +39,8 @@ typedef unsigned char u8;
typedef char s8;
typedef unsigned short int u16;
typedef signed short int s16;
typedef unsigned long int u32;
typedef signed long int s32;
typedef unsigned int u32;
typedef signed int s32;
/** Success and error messages */
#define SUCCESS "success"