WindowsXP-SP1/shell/osshell/migrate/shell.cpp
2020-09-30 16:53:49 +02:00

22 lines
741 B
C++

/*****************************************************************************\
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"