Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sam Joan Roque-Worcel
wine
Commits
a5f510f3
Commit
a5f510f3
authored
23 years ago
by
Patrik Stridvall
Committed by
Alexandre Julliard
23 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Removed unused file.
parent
027c7a1f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dlls/shell32/shpolicy.h
+0
-42
0 additions, 42 deletions
dlls/shell32/shpolicy.h
with
0 additions
and
42 deletions
dlls/shell32/shpolicy.h
deleted
100644 → 0
+
0
−
42
View file @
027c7a1f
/*
* shpolicy.h - contains defs of policy data for SHRestricted
*
* Created 1999 by Ian Schmidt, <ischmidt@cfl.rr.com>
* Up to date as of SHELL32 v4.72 (Win98, Win95 with MSIE 5)
*/
#ifndef __WINE_SHPOLICY_H
#define __WINE_SHPOLICY_H
#define SHELL_MAX_POLICIES 57
#define SHELL_NO_POLICY 0xffffffff
/*
* Note: we don't need pshpack1.h / poppack here because we don't
* rely on structure packing and nothing outside SHRestricted
* accesses this structure.
*/
typedef
struct
tagPOLICYDAT
{
DWORD
polflags
;
/* flags value passed to SHRestricted */
LPSTR
appstr
;
/* application str such as "Explorer" */
LPSTR
keystr
;
/* name of the actual registry key / policy */
DWORD
cache
;
/* cached value or 0xffffffff for invalid */
}
POLICYDATA
,
*
LPPOLICYDATA
;
extern
POLICYDATA
sh32_policy_table
[
SHELL_MAX_POLICIES
];
/* policy functions */
BOOL
WINAPI
SHInitRestricted
(
LPSTR
,
LPSTR
);
#endif
/* __WINE_SHPOLICY_H */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment