Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
6a585fca
Commit
6a585fca
authored
Sep 11, 2006
by
Paul Vriens
Committed by
Alexandre Julliard
Sep 12, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wintrust: Remove some TRACE's as they are now covered by WintrustAddActionID.
parent
e44686e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
36 deletions
+0
-36
register.c
dlls/wintrust/register.c
+0
-36
No files found.
dlls/wintrust/register.c
View file @
6a585fca
...
...
@@ -459,11 +459,6 @@ static void WINTRUST_RegisterPublishedSoftware(void)
SoftpubFinalPolicy
,
{
0
,
NULL
,
NULL
},
/* No diagnostic policy */
SoftpubCleanup
};
WCHAR
GuidString
[
39
];
WINTRUST_Guid2Wstr
(
&
ProvGUID
,
GuidString
);
TRACE
(
"Going to register WIN_SPUB_ACTION_PUBLISHED_SOFTWARE : %s
\n
"
,
wine_dbgstr_w
(
GuidString
));
WintrustAddActionID
(
&
ProvGUID
,
0
,
&
ProvInfo
);
}
...
...
@@ -492,12 +487,6 @@ static void WINTRUST_RegisterPublishedSoftwareNoBadUi(void)
SoftpubFinalPolicy
,
{
0
,
NULL
,
NULL
},
/* No diagnostic policy */
SoftpubCleanup
};
WCHAR
GuidString
[
39
];
WINTRUST_Guid2Wstr
(
&
ProvGUID
,
GuidString
);
TRACE
(
"Going to register WIN_SPUB_ACTION_PUBLISHED_SOFTWARE_NOBADUI : %s
\n
"
,
wine_dbgstr_w
(
GuidString
));
WintrustAddActionID
(
&
ProvGUID
,
0
,
&
ProvInfo
);
}
...
...
@@ -523,11 +512,6 @@ static void WINTRUST_RegisterGenCertVerify(void)
SoftpubFinalPolicy
,
{
0
,
NULL
,
NULL
},
/* No diagnostic policy */
SoftpubCleanup
};
WCHAR
GuidString
[
39
];
WINTRUST_Guid2Wstr
(
&
ProvGUID
,
GuidString
);
TRACE
(
"Going to register WINTRUST_ACTION_GENERIC_CERT_VERIFY : %s
\n
"
,
wine_dbgstr_w
(
GuidString
));
WintrustAddActionID
(
&
ProvGUID
,
0
,
&
ProvInfo
);
}
...
...
@@ -554,11 +538,6 @@ static void WINTRUST_RegisterTrustProviderTest(void)
SoftpubFinalPolicy
,
SoftpubDumpStructure
,
SoftpubCleanup
};
WCHAR
GuidString
[
39
];
WINTRUST_Guid2Wstr
(
&
ProvGUID
,
GuidString
);
TRACE
(
"Going to register WINTRUST_ACTION_TRUSTPROVIDER_TEST : %s
\n
"
,
wine_dbgstr_w
(
GuidString
));
WintrustAddActionID
(
&
ProvGUID
,
0
,
&
ProvInfo
);
}
...
...
@@ -644,11 +623,6 @@ static void WINTRUST_RegisterOfficeSignVerify(void)
SoftpubFinalPolicy
,
{
0
,
NULL
,
NULL
},
/* No diagnostic policy */
OfficeCleanupPolicy
};
WCHAR
GuidString
[
39
];
WINTRUST_Guid2Wstr
(
&
ProvGUID
,
GuidString
);
TRACE
(
"Going to register OFFICESIGN_ACTION_VERIFY : %s
\n
"
,
wine_dbgstr_w
(
GuidString
));
WintrustAddActionID
(
&
ProvGUID
,
0
,
&
ProvInfo
);
}
...
...
@@ -675,11 +649,6 @@ static void WINTRUST_RegisterDriverVerify(void)
DriverFinalPolicy
,
{
0
,
NULL
,
NULL
},
/* No diagnostic policy */
DriverCleanupPolicy
};
WCHAR
GuidString
[
39
];
WINTRUST_Guid2Wstr
(
&
ProvGUID
,
GuidString
);
TRACE
(
"Going to register DRIVER_ACTION_VERIFY : %s
\n
"
,
wine_dbgstr_w
(
GuidString
));
WintrustAddActionID
(
&
ProvGUID
,
0
,
&
ProvInfo
);
}
...
...
@@ -706,11 +675,6 @@ static void WINTRUST_RegisterGenChainVerify(void)
GenericChainFinalProv
,
{
0
,
NULL
,
NULL
},
/* No diagnostic policy */
SoftpubCleanup
};
WCHAR
GuidString
[
39
];
WINTRUST_Guid2Wstr
(
&
ProvGUID
,
GuidString
);
TRACE
(
"Going to register WINTRUST_ACTION_GENERIC_CHAIN_VERIFY : %s
\n
"
,
wine_dbgstr_w
(
GuidString
));
WintrustAddActionID
(
&
ProvGUID
,
0
,
&
ProvInfo
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment