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.

32 lines
1.0 KiB

  1. /* /////////////////////////////////////////////////////////////////////////
  2. * File: examples/cpp/frontends/example.cpp.frontends.custom/implicit_link.cpp
  3. *
  4. * Purpose: Implicit link file for the example.cpp.frontends.custom project.
  5. *
  6. * Created: 21st October 2008
  7. * Updated: 6th December 2010
  8. *
  9. * Status: Wizard-generated
  10. *
  11. * License: (Licensed under the Synesis Software Open License)
  12. *
  13. * Copyright (c) 2008-2010, 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/be.console.h>
  22. /* UNIXem Header Files */
  23. #include <platformstl/platformstl.h>
  24. #if defined(PLATFORMSTL_OS_IS_UNIX) && \
  25. defined(_WIN32)
  26. # include <unixem/implicit_link.h>
  27. #endif /* _WIN32 || _WIN64 */
  28. /* ///////////////////////////// end of file //////////////////////////// */