You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
741 B
21 lines
741 B
/*****************************************************************************\
|
|
FILE: shell.cpp
|
|
|
|
DESCRIPTION:
|
|
Upgrade shell settings
|
|
|
|
BryanSt 10/14/2000 (Bryan Starbuck)
|
|
Copyright (C) Microsoft Corp 2000-2000. All rights reserved.
|
|
\*****************************************************************************/
|
|
|
|
|
|
#include <windows.h>
|
|
#include <tchar.h>
|
|
#include <shlwapi.h> // PathAppend
|
|
#include <wininet.h> // IActiveDesktop
|
|
#include <shlobj.h> // IActiveDesktop
|
|
#include <shlobjp.h> // IActiveDesktop
|
|
#include <shlguid.h> // IActiveDesktop
|
|
#include <shlguidp.h> // IActiveDesktop
|
|
|
|
#include "shmgdefs.h"
|