diff options
Diffstat (limited to 'plugins/ShellExt/src/shlcom.h')
-rw-r--r-- | plugins/ShellExt/src/shlcom.h | 1 |
1 files changed, 1 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
|