diff options
Diffstat (limited to 'plugins/ShellExt/src')
-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>
|