www.pudn.com > IpFilter.rar > cppdata.cpp


/////////////////////////////////////////////////////////////////////////////// 
// 
// Copyright (C) 1999 - 2000 Mark Roddy 
// 
//	Hollis Technology Solutions 
//	94 Dow Road 
//	Hollis, NH 03049 
//	info@hollistech.com 
//	www.hollistech.com 
// 
// This library is free software; you can redistribute it and/or 
// modify it under the terms of the GNU Lesser General Public 
// License as published by the Free Software Foundation; either 
// version 2 of the License, or (at your option) any later version. 
// 
// This library is distributed in the hope that it will be useful, 
// but WITHOUT ANY WARRANTY; without even the implied warranty of 
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
// Lesser General Public License for more details. 
// 
// You should have received a copy of the GNU Lesser General Public 
// License along with this library; if not, write to the Free Software 
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
// 
// www.fsf.org 
// 
// 
//	Synopsis:  
//  
// 
//	Version Information: 
// 
//	$Header: /cpprun/sys/cpplib/cppdata.cpp 3     1/01/00 11:00p Markr $  
// 
/////////////////////////////////////////////////////////////////////////////// 
#define HTS_UNIQUE_FILE_ID 0x1204001 
 
#include "htscpp_internal.h" 
// 
// this stuff must be just like the VisualC++ compiler wants it 
// to be. If you have a licensed copy of VisualC++ then refer to the 
// CRT library source code for details. 
// 
 
#pragma data_seg(".CRT$XCA") 
PVFV __crtXca[] = { NULL }; // c++ 
 
 
#pragma data_seg(".CRT$XCZ") 
PVFV __crtXcz[] = { NULL }; 
 
 
#pragma data_seg()  // return control to the normal ddk process 
 
// 
// this may or may not be required 
// 
#pragma comment(linker, "/merge:.CRT=.data") 
 
/////////////////////////////////////////////////////////////////////////////// 
//  
// Change History Log 
// 
// $Log: /cpprun/sys/cpplib/cppdata.cpp $ 
//  
// 3     1/01/00 11:00p Markr 
//  
// 2     12/31/99 4:29p Markr 
//  
// 1     12/16/99 11:45p Markr 
// 
///////////////////////////////////////////////////////////////////////////////