OSDN Git Service

Fix code scanning alerts 464, 467, 468: Missing header guard
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Wed, 7 Jul 2021 23:49:04 +0000 (08:49 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Wed, 7 Jul 2021 23:49:04 +0000 (08:49 +0900)
Externals/crystaledit/editlib/utils/hqbitmap.h
Src/Common/Shell.h
Src/WildcardDropList.h

index dbe8067..791a6a3 100644 (file)
@@ -4,6 +4,7 @@
 // Use, modification and distribution are subject to the 
 // Boost Software License, Version 1.0. (See accompanying file 
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+#pragma once
 
 #include <atlimage.h>
 
index c4b8720..aa6872a 100644 (file)
@@ -1,3 +1,5 @@
+#pragma once
+
 #include <tchar.h>
 
 namespace shell
index 702e56d..90a7e4d 100644 (file)
@@ -1,6 +1,7 @@
 // WildcardDropList.h\r
 // Copyright (c) datadiode\r
 // SPDX-License-Identifier: WTFPL\r
+#pragma once\r
 \r
 class WildcardDropList\r
 {\r