Get rid of odd _HCHAR_, _UTYPE_, _ZZRECT_ guards
Change-Id: Ic44d1c751319897c55fdd03c912cd670624f928f
This commit is contained in:
@@ -27,24 +27,16 @@
|
|||||||
/**
|
/**
|
||||||
* size of hunit is 4 since hwp96 version
|
* size of hunit is 4 since hwp96 version
|
||||||
*/
|
*/
|
||||||
#ifndef _HCHAR_
|
|
||||||
#define _HCHAR_
|
|
||||||
typedef unsigned short hchar;
|
typedef unsigned short hchar;
|
||||||
typedef int hunit;
|
typedef int hunit;
|
||||||
typedef unsigned char kchar;
|
typedef unsigned char kchar;
|
||||||
#endif // _HCHAR_
|
|
||||||
|
|
||||||
#ifndef _UTYPE_
|
|
||||||
#define _UTYPE_
|
|
||||||
typedef unsigned char uchar;
|
typedef unsigned char uchar;
|
||||||
typedef unsigned short ushort;
|
typedef unsigned short ushort;
|
||||||
typedef unsigned int uint;
|
typedef unsigned int uint;
|
||||||
#endif /* _UTYPE_ */
|
|
||||||
|
|
||||||
typedef ::std::basic_string<hchar> hchar_string;
|
typedef ::std::basic_string<hchar> hchar_string;
|
||||||
|
|
||||||
#ifndef _ZZRECT_
|
|
||||||
#define _ZZRECT_
|
|
||||||
/**
|
/**
|
||||||
* @short Point
|
* @short Point
|
||||||
*/
|
*/
|
||||||
@@ -86,7 +78,6 @@ typedef struct
|
|||||||
int mulX, divX;
|
int mulX, divX;
|
||||||
int mulY, divY;
|
int mulY, divY;
|
||||||
} ZZScaleXY;
|
} ZZScaleXY;
|
||||||
#endif /* _ZZRECT_ */
|
|
||||||
|
|
||||||
#if !defined(_WIN32) && !defined(MAX_PATH)
|
#if !defined(_WIN32) && !defined(MAX_PATH)
|
||||||
# define MAX_PATH 260
|
# define MAX_PATH 260
|
||||||
|
Reference in New Issue
Block a user