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
1.2 KiB

  1. /* /////////////////////////////////////////////////////////////////////////
  2. * File: test/scratch/test.scratch.be.N.fail/implicit_link.cpp
  3. *
  4. * Purpose: Implicit link file for the test.scratch.be.N.fail project.
  5. *
  6. * Created: 9th January 2007
  7. * Updated: 19th December 2008
  8. *
  9. * Status: Wizard-generated
  10. *
  11. * License: (Licensed under the Synesis Software Open License)
  12. *
  13. * Copyright (c) 2007-2008, Synesis Software Pty Ltd.
  14. * All rights reserved.
  15. *
  16. * www: http://www.synesis.com.au/software
  17. *
  18. * ////////////////////////////////////////////////////////////////////// */
  19. /* Pantheios Header Files */
  20. #include <pantheios/implicit_link/core.h>
  21. #include <pantheios/implicit_link/fe.N.h>
  22. #include <pantheios/implicit_link/be.N.h>
  23. #include <pantheios/implicit_link/bec.fail.h>
  24. #include <pantheios/implicit_link/bec.file.h>
  25. #include <pantheios/implicit_link/bec.fprintf.h>
  26. #include <pantheios/implicit_link/bec.null.h>
  27. /* UNIXem Header Files */
  28. #include <platformstl/platformstl.h>
  29. #if defined(PLATFORMSTL_OS_IS_UNIX) && \
  30. defined(_WIN32)
  31. # include <unixem/implicit_link.h>
  32. #endif /* OS */
  33. /* ///////////////////////////// end of file //////////////////////////// */