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.

27 lines
703 B

  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 <shlwapi.h>
  19. #include <shlwapip.h>
  20. #include <wininet.h>
  21. #include <iedkbrnd.h>
  22. #include "ieakutil.h"
  23. #include "debug.h"
  24. #endif