windows-nt/Source/XPSP1/NT/shell/osshell/migrate/shell.cpp

22 lines
720 B
C++
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/*****************************************************************************\
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"