/* ///////////////////////////////////////////////////////////////////////// * File: examples/c/example.c.101/implicit_link.cpp * * Purpose: Implicit link file for the example.c.101 project. * * Created: 17th January 2008 * Updated: 6th December 2010 * * Status: Wizard-generated * * License: (Licensed under the Synesis Software Open License) * * Copyright (c) 2008-2010, Synesis Software Pty Ltd. * All rights reserved. * * www: http://www.synesis.com.au/software * * ////////////////////////////////////////////////////////////////////// */ /* Pantheios Header Files */ #include #include #include #if defined(PLATFORMSTL_OS_IS_UNIX) # include #elif defined(PLATFORMSTL_OS_IS_WINDOWS) # include #else /* ? OS */ # error Platform not discriminated #endif /* OS */ /* UNIXem Header Files */ #include #if defined(PLATFORMSTL_OS_IS_UNIX) && \ defined(_WIN32) # include #endif /* _WIN32 || _WIN64 */ /* ///////////////////////////// end of file //////////////////////////// */