diff options
author | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-02-23 22:36:25 +0100 |
---|---|---|
committer | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-02-24 18:20:43 +0100 |
commit | dff565f40105b20b0e8e4dba1f48ccc9b8e7ff44 (patch) | |
tree | 091f564418533267369d993f554e939c7351f4d6 /plugins/ShellExt | |
parent | 1cd49f75aa0dd71a1df44a1740dd4c15fe5656cf (diff) |
guard headers
Diffstat (limited to 'plugins/ShellExt')
-rw-r--r-- | plugins/ShellExt/src/shlcom.h | 1 | ||||
-rw-r--r-- | plugins/ShellExt/src/shlicons.h | 1 | ||||
-rw-r--r-- | plugins/ShellExt/src/stdafx.h | 1 |
3 files changed, 3 insertions, 0 deletions
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 <windows.h>
#include <CommCtrl.h>
|