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.

37 lines
926 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: iapp.h
  7. //
  8. // Contents: precompiled header file for the trans directory
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 12-22-95 JohannP (Johann Posch) Created
  15. //
  16. //----------------------------------------------------------------------------
  17. #include <urlmon.hxx>
  18. #include <compress.h>
  19. #ifdef unix
  20. #include "../eapp/cmimeft.hxx"
  21. #include "../eapp/ccodeft.hxx"
  22. #include "../eapp/protbase.hxx"
  23. #include "../eapp/cdlbsc.hxx"
  24. #include "../eapp/cdlprot.hxx"
  25. #include "../eapp/clshndlr.hxx"
  26. #else
  27. #include "..\eapp\cmimeft.hxx"
  28. #include "..\eapp\ccodeft.hxx"
  29. #include "..\eapp\protbase.hxx"
  30. #include "..\eapp\cdlbsc.hxx"
  31. #include "..\eapp\cdlprot.hxx"
  32. #include "..\eapp\clshndlr.hxx"
  33. #endif /* unix */