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.

32 lines
670 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1998
  6. //
  7. // File: precomp.hxx
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef _PRECOMPILED_HEADER_H
  11. #define _PRECOMPILED_HEADER_H
  12. #include <windows.h>
  13. #include <windowsx.h>
  14. //#include <ole2.h>
  15. #include <shlobj.h>
  16. #include <shlobjp.h>
  17. #include <shellapi.h>
  18. #include <shlapip.h>
  19. #include <shlwapi.h>
  20. #include <shlwapip.h>
  21. #include <shlguid.h>
  22. #include <shlguidp.h>
  23. #include <shfusion.h>
  24. #include "common.h"
  25. #include "imguids.h"
  26. #endif