summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-11 17:27:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 15:50:21 +0200
commite474c8b86a9923d73e66506799b98243dccc6ea8 (patch)
tree6b353b860647dc4cce8947cb3539490e7e69ba28 /hwpfilter
parent6254b1f70e60af43b2b120ab8c07074f0ddc9d33 (diff)
Get rid of odd _HCHAR_, _UTYPE_, _ZZRECT_ guards
Change-Id: Ic44d1c751319897c55fdd03c912cd670624f928f
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwplib.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/hwpfilter/source/hwplib.h b/hwpfilter/source/hwplib.h
index 5d1324d537cb..39d2f1b171f3 100644
--- a/hwpfilter/source/hwplib.h
+++ b/hwpfilter/source/hwplib.h
@@ -27,24 +27,16 @@
/**
* size of hunit is 4 since hwp96 version
*/
-#ifndef _HCHAR_
-#define _HCHAR_
typedef unsigned short hchar;
typedef int hunit;
typedef unsigned char kchar;
-#endif // _HCHAR_
-#ifndef _UTYPE_
-#define _UTYPE_
typedef unsigned char uchar;
typedef unsigned short ushort;
typedef unsigned int uint;
-#endif /* _UTYPE_ */
typedef ::std::basic_string<hchar> hchar_string;
-#ifndef _ZZRECT_
-#define _ZZRECT_
/**
* @short Point
*/
@@ -86,7 +78,6 @@ typedef struct
int mulX, divX;
int mulY, divY;
} ZZScaleXY;
-#endif /* _ZZRECT_ */
#if !defined(_WIN32) && !defined(MAX_PATH)
# define MAX_PATH 260