summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-02-01 08:57:26 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2021-02-01 07:47:11 +0100
commit52e6dea5220c563405e37e1533f45d8d3aaa0c04 (patch)
tree4dd7fb7db1e9a5e84ccfbb76cebabda3a79b623f /hwpfilter
parent7140cd40170d60c65672b45ce634f9a35948f108 (diff)
Drop FAR/NEAR from 16-bit WinAPI times
Change-Id: Idf71c662138c281333a83cc76a9d75cbf086f362 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110236 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hgzip.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hgzip.cxx b/hwpfilter/source/hgzip.cxx
index 58d6ca015b89..56dc6268c273 100644
--- a/hwpfilter/source/hgzip.cxx
+++ b/hwpfilter/source/hgzip.cxx
@@ -143,7 +143,7 @@ static int destroy(gz_stream * s)
// typedef unsigned char Byte
-// typedef Byte FAR Bytef;
+// typedef Byte Bytef;
/* ===========================================================================
Reads the given number of uncompressed bytes from the compressed file.
gz_read returns the number of bytes actually read (0 for end of file).