mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:02:56 +00:00
[MSHTML_WINETEST] Add a PCH.
This commit is contained in:
parent
98ca8ad114
commit
ba54c5644e
14 changed files with 67 additions and 145 deletions
|
@ -16,9 +16,11 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/* Check if Internet Explorer is configured to run in "Enhanced Security Configuration" (aka hardened mode) */
|
||||
/* Note: this code is duplicated in dlls/mshtml/tests/mshtml_test.h and dlls/urlmon/tests/sec_mgr.c */
|
||||
static BOOL is_ie_hardened(void)
|
||||
static inline BOOL is_ie_hardened(void)
|
||||
{
|
||||
HKEY zone_map;
|
||||
DWORD ie_harden, type, size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue