aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/DLL.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/DLL.h')
-rw-r--r--include/qpdf/DLL.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h
index a5f72f6a..d2e82be9 100644
--- a/include/qpdf/DLL.h
+++ b/include/qpdf/DLL.h
@@ -20,8 +20,8 @@
* see the manual for additional information.
*/
-#ifndef __QPDF_DLL_HH__
-#define __QPDF_DLL_HH__
+#ifndef QPDF_DLL_HH
+#define QPDF_DLL_HH
#if defined(_WIN32) && defined(DLL_EXPORT)
# define QPDF_DLL __declspec(dllexport)
@@ -29,4 +29,4 @@
# define QPDF_DLL
#endif
-#endif /* __QPDF_DLL_HH__ */
+#endif /* QPDF_DLL_HH */