Commit bc7cf93d authored by Rolf Kalbermatter's avatar Rolf Kalbermatter Committed by Alexandre Julliard

- Add new W2K policies to the known list of policies.

- Modify the algorithme to go through the list until a NULL entry is found instead of hardcoding the number of elements (I was to lazy to count them again ;-) - Fix SHInitRestricted to work as Unicode on NT systems.
parent 830d3d77
......@@ -902,7 +902,8 @@ BOOL WINAPI SHGetNewLinkInfoW(
#define SHGetNewLinkInfo WINELIB_NAME_AW(SHGetNewLinkInfo)
/* policy functions */
BOOL WINAPI SHInitRestricted(LPSTR, LPSTR);
BOOL WINAPI SHInitRestricted(LPCVOID unused, LPCVOID inpRegKey);
DWORD WINAPI SHRestricted (DWORD policy);
#ifdef __cplusplus
} /* extern "C" */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment