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
632 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. #ifndef unix
  19. #include "..\iapp\curl.hxx"
  20. #include "..\iapp\cnet.hxx"
  21. #else
  22. #include "../iapp/curl.hxx"
  23. #include "../iapp/cnet.hxx"
  24. #endif /* unix */