summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/hwplib.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hwplib.h')
-rw-r--r--hwpfilter/source/hwplib.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/hwpfilter/source/hwplib.h b/hwpfilter/source/hwplib.h
index ec438d36134e..354cbce4b55c 100644
--- a/hwpfilter/source/hwplib.h
+++ b/hwpfilter/source/hwplib.h
@@ -33,7 +33,7 @@
/**
* size of hunit is 4 since hwp96 version
*/
-typedef unsigned short hchar;
+typedef char16_t hchar;
typedef int hunit;
typedef unsigned char kchar;
@@ -92,10 +92,6 @@ typedef struct
int mulY, divY;
} ZZScaleXY;
-#if !defined(_WIN32) && !defined(MAX_PATH)
-# define MAX_PATH 260
-#endif /* MAX_PATH */
-
#ifndef TRUE
# define TRUE 1
# define FALSE 0