home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _AFB88D223953415FA7822F8E1EE46BF7 < prev    next >
Encoding:
Text File  |  2003-04-03  |  1.2 KB  |  56 lines

  1. ////////////////////////////////////////////////////////////////////////
  2. //
  3. // StdAfx.h
  4. //
  5. // This file was generated by XMLSPY 5 Enterprise Edition.
  6. //
  7. // YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
  8. // OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
  9. //
  10. // Refer to the XMLSPY Documentation for further details.
  11. // http://www.altova.com/xmlspy
  12. //
  13. ////////////////////////////////////////////////////////////////////////
  14.  
  15.  
  16. #ifndef ALTOVA_STDAFX_H_INCLUDED
  17. #define ALTOVA_STDAFX_H_INCLUDED
  18.  
  19. #if _MSC_VER > 1000
  20.     #pragma once
  21. #endif // _MSC_VER > 1000
  22.  
  23.  
  24. [if $mfc]
  25. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  26. #include <afx.h>
  27. #include <afxwin.h>
  28. #include <afxdisp.h>
  29. [else]
  30. #include <tchar.h>
  31. [endif]
  32.  
  33. [if $domtype = 1]
  34. #import "msxml4.dll" named_guids
  35. [else]
  36. #include <xercesc/dom/DOM.hpp>
  37. #include <xercesc/util/PlatformUtils.hpp>
  38. #include <xercesc/sax/HandlerBase.hpp>
  39. #include <xercesc/framework/LocalFileFormatTarget.hpp>
  40.  
  41. #ifdef _DEBUG
  42.     #pragma comment(lib, "xerces-c_2D")
  43. #else
  44.     #pragma comment(lib, "xerces-c_2")
  45. #endif
  46. [endif]
  47.  
  48.  
  49. #include <iostream>
  50. #include <string>
  51.  
  52.  
  53. //{{AFX_INSERT_LOCATION}}
  54.  
  55. #endif // ALTOVA_STDAFX_H_INCLUDED
  56.