mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:33:12 +00:00
[SHELL32][EXPLORER] Update system-wide environment variables (#663)
- Implement shell32 RegenerateUserEnvironment() function and use it. - CShellBrowser and CDesktopBrowser implements WM_SETTINGCHANGE actions. CORE-1459, CORE-14397
This commit is contained in:
parent
25004bb5b4
commit
a882ec7a02
7 changed files with 58 additions and 16 deletions
|
@ -526,6 +526,9 @@ typedef struct
|
|||
* Misc Stuff
|
||||
*/
|
||||
|
||||
BOOL WINAPI
|
||||
RegenerateUserEnvironment(LPVOID *lpEnvironment, BOOL bUpdateSelf);
|
||||
|
||||
/* SHWaitForFileToOpen flags */
|
||||
#define SHWFF_ADD 0x01
|
||||
#define SHWFF_REMOVE 0x02
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue