2 * NOTICE and LICENSE for Tecplot Input/Output Library (TecIO) - OpenFOAM
4 * Copyright (C) 1988-2009 Tecplot, Inc. All rights reserved worldwide.
6 * Tecplot hereby grants OpenCFD limited authority to distribute without
7 * alteration the source code to the Tecplot Input/Output library, known
8 * as TecIO, as part of its distribution of OpenFOAM and the
9 * OpenFOAM_to_Tecplot converter. Users of this converter are also hereby
10 * granted access to the TecIO source code, and may redistribute it for the
11 * purpose of maintaining the converter. However, no authority is granted
12 * to alter the TecIO source code in any form or manner.
14 * This limited grant of distribution does not supersede Tecplot, Inc.'s
15 * copyright in TecIO. Contact Tecplot, Inc. for further information.
18 * 3535 Factoria Blvd, Ste. 550
19 * Bellevue, WA 98006, USA
20 * Phone: +1 425 653 1200
21 * http://www.tecplot.com/
24 #if !defined STDAFX_H_
28 ******************************************************************
29 ******************************************************************
31 ****** (C) 1988-2008 Tecplot, Inc. *******
33 ******************************************************************
34 ******************************************************************
37 * stdafx.h : include file for standard system include files,
38 * or project specific include files that are used frequently, but
39 * are changed infrequently
40 * Used for Windows only
45 * Set NDEBUG before including "custafx.h" since that file may
46 * use NDEBUG. (In fact, for SmartHeap builds this is the case.)
49 * Previous comment: "Note that _DEBUG is defined by the Windows compiler
50 * if any of the multi-threaded DLL runtime libraries are used."
58 #if defined TECPLOTKERNEL
59 /* CORE SOURCE CODE REMOVED */
60 #endif /* TECPLOTKERNEL */
66 #define ENGLISH_ONLY // remove to support non-english dll's
72 #if defined TECPLOTKERNEL
73 /* CORE SOURCE CODE REMOVED */
74 #if defined CHECKED_BUILD || defined _DEBUG && !defined COREAPI
75 #if defined _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES
79 #endif /* TECPLOTKERNEL */
81 /* Windows builds are UNICODE */
82 #pragma warning(disable : 4786) /* truncated identifiers in debug symbol table. */
83 #pragma warning(disable : 4996) /* deprecated functions */
85 #if defined TECPLOTKERNEL
86 /* CORE SOURCE CODE REMOVED */
95 #if !defined _M_IA64 && !defined _M_AMD64
102 #ifndef _AFX_NO_AFXCMN_SUPPORT
103 #endif /* _AFX_NO_AFXCMN_SUPPORT */
106 #else /* !TECPLOTKERNEL */
107 #define AfxIsValidAddress(ptr,bb) ((ptr)!=NULL)
110 /* 64-bit adjustments */
111 #if defined _M_IA64 || defined _M_AMD64
112 #define WININT INT_PTR
113 #define WINUINT UINT_PTR
119 #define WINCALLBACK CALLBACK
121 #if defined TECPLOTKERNEL
122 /* CORE SOURCE CODE REMOVED */
126 #endif /* TECPLOTKERNEL */
130 #endif /* STDAFX_H_ */