Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

stdafx.h

Go to the documentation of this file.
00001 // 
00002 // DISCLAIMER: 
00003 //  This software was produced by the National Institute of Standards 
00004 //  and Technology (NIST), an agency of the U.S. government, and by statute is 
00005 //  not subject to copyright in the United States.  Recipients of this 
00006 //  software assume all responsibility associated with its operation,
00007 //  modification,maintenance, and subsequent redistribution. 
00008 //
00009 //  See NIST Administration Manual 4.09.07 b and Appendix I. 
00010 //
00011 
00012 #if _MSC_VER >=1400 
00013 # define _CRT_SECURE_NO_DEPRECATE
00014 # define DEBUG_NEW new
00015 #elif defined(_MSC_VER)
00016 # include <afx.h>
00017 # define CString #error
00018 #else 
00019 //xx# include "crtdbg.h"
00020 # define DEBUG_NEW new
00021 #endif
00022 
00023 // disable warning "identifier was truncated to '255' characters in the debug information"
00024 #  pragma warning (disable: 4786)
00025 
00026 
00027 #include <stdio.h>
00028 

Generated on Wed Nov 8 00:20:07 2006 for IPPDME by  doxygen 1.4.1