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.

50 lines
1.1 KiB

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