From 71368fa9876c672a66cadea6db89a2a6acb44dab Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 9 Feb 2020 14:41:36 +1100 Subject: Backport: Standardise header guard names and use. Backport of changeset 7981:098231fb9d66. --- win32/ScintillaWin.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win32') diff --git a/win32/ScintillaWin.h b/win32/ScintillaWin.h index 6d4d2ce26..e7cfc19ff 100644 --- a/win32/ScintillaWin.h +++ b/win32/ScintillaWin.h @@ -5,6 +5,9 @@ // Copyright 1998-2018 by Neil Hodgson // The License.txt file describes the conditions under which this software may be distributed. +#ifndef SCINTILLAWIN_H +#define SCINTILLAWIN_H + class ScintillaWin; namespace Scintilla { @@ -13,3 +16,5 @@ int ResourcesRelease(bool fromDllMain); sptr_t DirectFunction(ScintillaWin *sci, UINT iMessage, uptr_t wParam, sptr_t lParam); } + +#endif -- cgit v1.2.3