eapp.h
Upload User: caisha3
Upload Date: 2013-09-21
Package Size: 208739k
Code Size: 1k
Category:

Windows Develop

Development Platform:

Visual C++

  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 "..eappcmimeft.hxx"
  28. #include "..eappccodeft.hxx"
  29. #include "..eappprotbase.hxx"
  30. #include "..eappcdlbsc.hxx"
  31. #include "..eappcdlprot.hxx"
  32. #include "..eappclshndlr.hxx"
  33. #endif /* unix */
  34.