[softpub.h] Added some defines

Paul Vriens Paul.Vriens at xs4all.nl
Mon Aug 21 13:03:56 CDT 2006


Hi,

added some defines I found during testing and use them instead of some
hardcoded values.

Changelog
  Added some defines

Cheers,

Paul.
---
 include/softpub.h |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/include/softpub.h b/include/softpub.h
index d31c9e9..99be640 100644
--- a/include/softpub.h
+++ b/include/softpub.h
@@ -29,7 +29,21 @@ #define WINTRUST_ACTION_GENERIC_CHAIN_VE
 
 #define WINTRUST_ACTION_GENERIC_VERIFY_V2 \
     { 0xaac56b,   0xcd44, 0x11d0, { 0x8c,0xc2,0x00,0xc0,0x4f,0xc2,0x95,0xee }}
+#define SP_POLICY_PROVIDER_DLL_NAME L"WINTRUST.DLL"
+#define SP_INIT_FUNCTION            L"SoftpubInitialize"
+#define SP_OBJTRUST_FUNCTION        L"SoftpubLoadMessage"
+#define SP_SIGTRUST_FUNCTION        L"SoftpubLoadSignature"
+#define SP_CHKCERT_FUNCTION         L"SoftpubCheckCert"
+#define SP_FINALPOLICY_FUNCTION     L"SoftpubAuthenticode"
+#define SP_CLEANUPPOLICY_FUNCTION   L"SoftpubCleanup"
+
 #define WINTRUST_ACTION_TRUSTPROVIDER_TEST \
     { 0x573e31f8, 0xddba, 0x11d0, { 0x8c,0xcb,0x00,0xc0,0x4f,0xc2,0x95,0xee }}
 
+#define OFFICESIGN_ACTION_VERIFY \
+    { 0x5555c2cd, 0x17fb, 0x11d1, { 0x85,0xc4,0x00,0xc0,0x4f,0xc2,0x95,0xee }}
+
+#define DRIVER_ACTION_VERIFY \
+    { 0xf750e6c3, 0x38ee, 0x11d1, { 0x85,0xe5,0x00,0xc0,0x4f,0xc2,0x95,0xee }}
+
 #endif /* __WINE_SOFTPUB_H */
-- 
1.4.1.1




More information about the wine-patches mailing list