summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/poppler/CharCodeToUnicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/poppler/CharCodeToUnicode.h')
-rw-r--r--Build/source/libs/poppler/poppler-src/poppler/CharCodeToUnicode.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/libs/poppler/poppler-src/poppler/CharCodeToUnicode.h b/Build/source/libs/poppler/poppler-src/poppler/CharCodeToUnicode.h
index 1672105a8f4..e2b12ae3dd6 100644
--- a/Build/source/libs/poppler/poppler-src/poppler/CharCodeToUnicode.h
+++ b/Build/source/libs/poppler/poppler-src/poppler/CharCodeToUnicode.h
@@ -18,6 +18,7 @@
// Copyright (C) 2007 Julien Rebetez <julienr@svn.gnome.org>
// Copyright (C) 2007 Koji Otani <sho@bbr.jp>
// Copyright (C) 2008, 2011, 2012 Albert Astals Cid <aacid@kde.org>
+// Copyright (C) 2017 Adrian Johnson <ajohnson@redneon.com>
//
// To see a description of the changes please see the Changelog file that
// came with your tarball or type make ChangeLog if you are building from git
@@ -35,7 +36,7 @@
#include "CharTypes.h"
#include "goo/gtypes.h"
-#if MULTITHREADED
+#ifdef MULTITHREADED
#include "goo/GooMutex.h"
#endif
@@ -116,7 +117,7 @@ private:
int sMapLen, sMapSize;
int refCnt;
GBool isIdentity;
-#if MULTITHREADED
+#ifdef MULTITHREADED
GooMutex mutex;
#endif
};