![]() |
![]() |
|
00001 /* ///////////////////////////////////////////////////////////////////////// 00002 * File: src/shwild_stlsoft.h 00003 * 00004 * Purpose: "Entry point" include into the STLSoft libraries. 00005 * 00006 * Created: 20th December 2011 00007 * Updated: 20th December 2011 00008 * 00009 * Author: Matthew Wilson 00010 * 00011 * Home: http://www.shwild.org/ 00012 * 00013 * Copyright (c) 2011, Matthew Wilson 00014 * 00015 * Redistribution and use in source and binary forms, with or without 00016 * modification, are permitted provided that the following conditions are 00017 * met: 00018 * 00019 * - Redistributions of source code must retain the above copyright notice, 00020 * this list of conditions and the following disclaimer. 00021 * - Redistributions in binary form must reproduce the above copyright 00022 * notice, this list of conditions and the following disclaimer in the 00023 * documentation and/or other materials provided with the distribution. 00024 * - Neither the names of Matthew Wilson and Synesis Software nor the names 00025 * of any contributors may be used to endorse or promote products derived 00026 * from this software without specific prior written permission. 00027 * 00028 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 00029 * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 00030 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 00031 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 00032 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 00033 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 00034 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 00035 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 00036 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 00037 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 00038 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00039 * 00040 * ////////////////////////////////////////////////////////////////////// */ 00041 00042 00043 #ifndef SHWILD_INCL_H_SHWILD_STLSOFT 00044 #define SHWILD_INCL_H_SHWILD_STLSOFT 00045 00046 /* ///////////////////////////////////////////////////////////////////////// 00047 * Includes 00048 */ 00049 00050 #include <stlsoft/stlsoft.h> /* If the compiler cannot find this, you are not using STLSoft 1.9 or later, as required. */ 00051 #if !defined(_STLSOFT_VER) || \ 00052 _STLSOFT_VER < 0x01096fff 00053 # error Requires STLSoft 1.9.111, or later. (www.stlsoft.org/downloads.html) 00054 #endif /* STLSoft version */ 00055 00056 /* ////////////////////////////////////////////////////////////////////// */ 00057 00058 #endif /* SHWILD_INCL_H_SHWILD_STLSOFT */ 00059 00060 /* ////////////////////////////////////////////////////////////////////// */
|
b64 Library documentation © Synesis Software Pty Ltd, 2004-2012 |