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.

30 lines
741 B

  1. #ifndef _PRECOMP_H_
  2. #define _PRECOMP_H_
  3. //
  4. // PRECOMP.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 <shellapi.h>
  21. #include <shlwapi.h>
  22. #include <shlwapip.h>
  23. #include <commctrl.h>
  24. #include <iedkbrnd.h>
  25. #include "..\ieakutil\ieakutil.h"
  26. #include "resource.h"
  27. #endif