Leaked source code of windows server 2003
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

  1. /*****************************************************************************\
  2. FILE: shell.cpp
  3. DESCRIPTION:
  4. Upgrade shell settings
  5. BryanSt 10/14/2000 (Bryan Starbuck)
  6. Copyright (C) Microsoft Corp 2000-2000. All rights reserved.
  7. \*****************************************************************************/
  8. #include <windows.h>
  9. #include <tchar.h>
  10. #include <shlwapi.h> // PathAppend
  11. #include <wininet.h> // IActiveDesktop
  12. #include <shlobj.h> // IActiveDesktop
  13. #include <shlobjp.h> // IActiveDesktop
  14. #include <shlguid.h> // IActiveDesktop
  15. #include <shlguidp.h> // IActiveDesktop
  16. #include "shmgdefs.h"