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.
|
|
/* /////////////////////////////////////////////////////////////////////////
* File: test/scratch/test.scratch.util.onbailout/implicit_link.cpp * * Purpose: Implicit link file for the test.scratch.util.onbailout project. * * Created: 1st March 2008 * Updated: 10th January 2011 * * Status: Wizard-generated * * License: (Licensed under the Synesis Software Open License) * * Copyright (c) 2008-2011, Synesis Software Pty Ltd. * All rights reserved. * * www: http://www.synesis.com.au/software
* * ////////////////////////////////////////////////////////////////////// */
/* Pantheios Header Files */ #include <platformstl/platformstl.h>
#include <pantheios/implicit_link/core.h>
#include <pantheios/implicit_link/fe.all.h>
#include <pantheios/implicit_link/be.null.h>
/* UNIXEm Header Files */ #if defined(PLATFORMSTL_OS_IS_UNIX) && \
defined(_WIN32) # include <unixem/implicit_link.h>
#endif /* Win32 || Win64 */
/* ///////////////////////////// end of file //////////////////////////// */
|