Module: wine Branch: master Commit: 17e172719686d628b0ebbeb9b567cf97eeadc550 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=17e172719686d628b0ebbeb9...
Author: Paul Vriens Paul.Vriens@xs4all.nl Date: Fri Aug 25 10:57:47 2006 +0200
softpub.h: Added some GUIDs.
---
include/softpub.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/include/softpub.h b/include/softpub.h index d31c9e9..963dadd 100644 --- a/include/softpub.h +++ b/include/softpub.h @@ -29,7 +29,14 @@ #define WINTRUST_ACTION_GENERIC_CHAIN_VE
#define WINTRUST_ACTION_GENERIC_VERIFY_V2 \ { 0xaac56b, 0xcd44, 0x11d0, { 0x8c,0xc2,0x00,0xc0,0x4f,0xc2,0x95,0xee }} + #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 */