00001 /* BEGIN_COPYRIGHT */ 00002 /* */ 00003 /* Open Diameter: Open-source software for the Diameter and */ 00004 /* Diameter related protocols */ 00005 /* */ 00006 /* Copyright (C) 2002-2004 Open Diameter Project */ 00007 /* */ 00008 /* This library is free software; you can redistribute it and/or modify */ 00009 /* it under the terms of the GNU Lesser General Public License as */ 00010 /* published by the Free Software Foundation; either version 2.1 of the */ 00011 /* License, or (at your option) any later version. */ 00012 /* */ 00013 /* This library is distributed in the hope that it will be useful, */ 00014 /* but WITHOUT ANY WARRANTY; without even the implied warranty of */ 00015 /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU */ 00016 /* Lesser General Public License for more details. */ 00017 /* */ 00018 /* You should have received a copy of the GNU Lesser General Public */ 00019 /* License along with this library; if not, write to the Free Software */ 00020 /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 */ 00021 /* USA. */ 00022 /* */ 00023 /* In addition, when you copy and redistribute some or the entire part of */ 00024 /* the source code of this software with or without modification, you */ 00025 /* MUST include this copyright notice in each copy. */ 00026 /* */ 00027 /* If you make any changes that are appeared to be useful, please send */ 00028 /* sources that include the changed part to */ 00029 /* diameter-developers@lists.sourceforge.net so that we can reflect your */ 00030 /* changes to one unified version of this software. */ 00031 /* */ 00032 /* END_COPYRIGHT */ 00033 // stdafx.h : include file for standard system include files, 00034 // or project specific include files that are used frequently, but 00035 // are changed infrequently 00036 // 00037 00038 #if !defined(AFX_STDAFX_H__0F8176F8_9595_4C58_B9E1_C98C1EE2AB45__INCLUDED_) 00039 #define AFX_STDAFX_H__0F8176F8_9595_4C58_B9E1_C98C1EE2AB45__INCLUDED_ 00040 00041 #if _MSC_VER > 1000 00042 #pragma once 00043 #endif // _MSC_VER > 1000 00044 00045 00046 // Insert your headers here 00047 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers 00048 00049 #include <windows.h> 00050 00051 // TODO: reference additional headers your program requires here 00052 00053 //{{AFX_INSERT_LOCATION}} 00054 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00055 00056 #endif // !defined(AFX_STDAFX_H__0F8176F8_9595_4C58_B9E1_C98C1EE2AB45__INCLUDED_)