summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/poppler/CMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/poppler/CMap.h')
-rw-r--r--Build/source/libs/poppler/poppler-src/poppler/CMap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/poppler/poppler-src/poppler/CMap.h b/Build/source/libs/poppler/poppler-src/poppler/CMap.h
index f4f5a9141c8..e85c086a56d 100644
--- a/Build/source/libs/poppler/poppler-src/poppler/CMap.h
+++ b/Build/source/libs/poppler/poppler-src/poppler/CMap.h
@@ -15,7 +15,7 @@
//
// Copyright (C) 2008 Koji Otani <sho@bbr.jp>
// Copyright (C) 2009 Albert Astals Cid <aacid@kde.org>
-// Copyright (C) 2012 Adrian Johnson <ajohnson@redneon.com>
+// Copyright (C) 2012, 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
@@ -33,7 +33,7 @@
#include "goo/gtypes.h"
#include "CharTypes.h"
-#if MULTITHREADED
+#ifdef MULTITHREADED
#include "goo/GooMutex.h"
#endif
@@ -114,7 +114,7 @@ private:
CMapVectorEntry *vector; // vector for first byte (NULL for
// identity CMap)
int refCnt;
-#if MULTITHREADED
+#ifdef MULTITHREADED
GooMutex mutex;
#endif
};