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.

49 lines
1.2 KiB

  1. #ifndef _PRECOMP_H_
  2. #define _PRECOMP_H_
  3. //
  4. // PCH.H
  5. //
  6. /////////////////////////////////////////////////////////////////////////
  7. //
  8. // ATL / OLE HACKHACK
  9. //
  10. // Include <w95wraps.h> before anything else that messes with names.
  11. // Although everybody gets the wrong name, at least it's *consistently*
  12. // the wrong name, so everything links.
  13. //
  14. // NOTE: This means that while debugging you will see functions like
  15. // ShellExecuteExWrapW when you expected to see
  16. // ShellExecuteExW.
  17. //
  18. #include <w95wraps.h>
  19. #include <windows.h>
  20. #include <windowsx.h>
  21. #include <commdlg.h>
  22. #include <shlwapi.h>
  23. #include <shlwapip.h>
  24. #include <wininet.h>
  25. #include <regstr.h>
  26. #include <advpub.h>
  27. #include <commctrl.h>
  28. #include <shellapi.h>
  29. #include <shlobj.h>
  30. #include <wincrypt.h>
  31. #include <inetcpl.h>
  32. #include <inetreg.h>
  33. #include <iedkbrnd.h>
  34. #include "..\ieakutil\ieakutil.h"
  35. #include "..\ieakui\common.h"
  36. #include "..\ieakui\resource.h"
  37. #include "..\ieakui\wizard.h"
  38. #include "..\ieakui\insdll.h"
  39. #include "..\ieakui\legacy.h"
  40. #include "ieakeng.h"
  41. #include "favsproc.h"
  42. #include "exports.h"
  43. #include "utils.h"
  44. #include "resource.h"
  45. #endif