library of assembled shared sources |
http://lass.cocamware.com |
#include "pragmas_msvc.h"
Go to the source code of this file.
Defines | |
#define | LASS_COMPILER_VERSION _MSC_VER |
#define | LASS_COMPILER "Microsoft Visual C++" |
#define | LASS_LIB_COMPILER "vc" |
#define | LASS_NO_TEMPLATE_PARTIAL_SPECIALIZATION |
#define | LASS_CHAR_IS_SIGNED |
#define | LASS_HAVE_INLINE_ASSEMBLY_MSVC |
#define | LASS_NUM_BASIC_TYPES_HAVE_MSVC |
#define | LASS_NUM_NUM_TRAITS_HAVE_MSVC_FLOAT_H |
#define | LASS_DLL_IMPORT __declspec( dllimport ) |
#define | LASS_DLL_EXPORT __declspec( dllexport ) |
#define | LASS_CALL __cdecl |
#define | LASS_NO_INLINE __declspec( noinline ) |
#define | LASS_PER_THREAD __declspec( thread ) |
The contents of this file are subject to the Common Public Attribution License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://lass.sourceforge.net/cpal-license. The License is based on the Mozilla Public License Version 1.1 but Sections 14 and 15 have been added to cover use of software over a computer network and provide for limited attribution for the Original Developer. In addition, Exhibit A has been modified to be consistent with Exhibit B.
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
The Original Code is LASS - Library of Assembled Shared Sources.
The Initial Developer of the Original Code is Bram de Greve and Tom De Muer. The Original Developer is the Initial Developer.
All portions of the code written by the Initial Developer are: Copyright (C) 2004-2007 the Initial Developer. All Rights Reserved.
Contributor(s):
Alternatively, the contents of this file may be used under the terms of the GNU General Public License Version 2 or later (the GPL), in which case the provisions of GPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the GPL and not to allow others to use your version of this file under the CPAL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL License. If you do not delete the provisions above, a recipient may use your version of this file under either the CPAL or the GPL.
*** END LICENSE INFORMATION ***
Definition in file compiler_msvc.h.
#define LASS_COMPILER_VERSION _MSC_VER |
Definition at line 50 of file compiler_msvc.h.
#define LASS_COMPILER "Microsoft Visual C++" |
Definition at line 73 of file compiler_msvc.h.
#define LASS_LIB_COMPILER "vc" |
Definition at line 74 of file compiler_msvc.h.
#define LASS_NO_TEMPLATE_PARTIAL_SPECIALIZATION |
Definition at line 92 of file compiler_msvc.h.
#define LASS_CHAR_IS_SIGNED |
Definition at line 96 of file compiler_msvc.h.
#define LASS_HAVE_INLINE_ASSEMBLY_MSVC |
Definition at line 101 of file compiler_msvc.h.
#define LASS_NUM_BASIC_TYPES_HAVE_MSVC |
Definition at line 105 of file compiler_msvc.h.
#define LASS_NUM_NUM_TRAITS_HAVE_MSVC_FLOAT_H |
Definition at line 112 of file compiler_msvc.h.
#define LASS_DLL_IMPORT __declspec( dllimport ) |
Definition at line 116 of file compiler_msvc.h.
#define LASS_DLL_EXPORT __declspec( dllexport ) |
Definition at line 117 of file compiler_msvc.h.
#define LASS_CALL __cdecl |
Definition at line 118 of file compiler_msvc.h.
#define LASS_NO_INLINE __declspec( noinline ) |
Definition at line 119 of file compiler_msvc.h.
#define LASS_PER_THREAD __declspec( thread ) |
Definition at line 120 of file compiler_msvc.h.
Generated on Mon Nov 10 14:22:03 2008 for Library of Assembled Shared Sources by 1.5.7.1 |