home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////////////////////////////////////////////////////
- //
- // StdAfx.h
- //
- // This file was generated by XMLSPY 5 Enterprise Edition.
- //
- // YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
- // OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
- //
- // Refer to the XMLSPY Documentation for further details.
- // http://www.altova.com/xmlspy
- //
- ////////////////////////////////////////////////////////////////////////
-
-
- #ifndef NanonullTest_STDAFX_H_INCLUDED
- #define NanonullTest_STDAFX_H_INCLUDED
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
-
- [if $mfc]
- #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
- #include <afx.h>
- #include <afxwin.h> // MFC core and standard components
- #include <afxext.h> // MFC extensions
- #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
-
- #ifndef _AFX_NO_AFXCMN_SUPPORT
- #include <afxcmn.h> // MFC support for Windows Common Controls
- #endif // _AFX_NO_AFXCMN_SUPPORT
- [else]
- #include <tchar.h>
- [endif]
-
- [if $domtype = 1]
- #import "msxml4.dll" named_guids
-
-
- [else]
- #include <xercesc/dom/DOM.hpp>
- #include <xercesc/util/PlatformUtils.hpp>
- #include <xercesc/sax/HandlerBase.hpp>
- #include <xercesc/framework/LocalFileFormatTarget.hpp>
-
- #ifdef _DEBUG
- #pragma comment(lib, "xerces-c_2D")
- #else
- #pragma comment(lib, "xerces-c_2")
- #endif
- [endif]
- #include <iostream>
- #include <string>
-
-
- #include <SchemaTypes.h>
- #include <XmlException.h>
- #include <Doc.h>
- #include <Node.h>
- using namespace altova;
-
-
- //{{AFX_INSERT_LOCATION}}
-
- #endif // NanonullTest_STDAFX_H_INCLUDED
-