From dff565f40105b20b0e8e4dba1f48ccc9b8e7ff44 Mon Sep 17 00:00:00 2001 From: Goraf <22941576+Goraf@users.noreply.github.com> Date: Fri, 23 Feb 2018 22:36:25 +0100 Subject: guard headers --- plugins/ShellExt/src/shlcom.h | 1 + plugins/ShellExt/src/shlicons.h | 1 + plugins/ShellExt/src/stdafx.h | 1 + 3 files changed, 3 insertions(+) (limited to 'plugins/ShellExt/src') diff --git a/plugins/ShellExt/src/shlcom.h b/plugins/ShellExt/src/shlcom.h index 1fc9b44f1e..21f0a87927 100644 --- a/plugins/ShellExt/src/shlcom.h +++ b/plugins/ShellExt/src/shlcom.h @@ -1,3 +1,4 @@ +#pragma once #define REPLY_FAIL 0x88888888 #define REPLY_OK 0x00000000 diff --git a/plugins/ShellExt/src/shlicons.h b/plugins/ShellExt/src/shlicons.h index 6010c8c489..c3780f0eed 100644 --- a/plugins/ShellExt/src/shlicons.h +++ b/plugins/ShellExt/src/shlicons.h @@ -1,3 +1,4 @@ +#pragma once IWICImagingFactory* ARGB_GetWorker(); diff --git a/plugins/ShellExt/src/stdafx.h b/plugins/ShellExt/src/stdafx.h index d84472a037..6dcac8d40f 100644 --- a/plugins/ShellExt/src/stdafx.h +++ b/plugins/ShellExt/src/stdafx.h @@ -1,3 +1,4 @@ +#pragma once #include #include -- cgit v1.2.3