home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 79 / IOPROG_79.ISO / soft / Tools / XMLSPYEnt2004 / XMLSPYEntComplete2004.exe / Data1.cab / _26C869C555034C24902A92F2EED2624C < prev    next >
Encoding:
Text File  |  2003-10-06  |  1.2 KB  |  50 lines

  1. ////////////////////////////////////////////////////////////////////////
  2. //
  3. // StdAfx.h
  4. //
  5. // This file was generated by [=$Host].
  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 [=$HostShort] Documentation for further details.
  11. // [=$HostURL]
  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.  
  34. [if $DBLibraryCount > 0]
  35. #pragma warning(disable: 4146)
  36. // If you get a compiler-error on the line below, add the path to the DLL
  37. // at Tools|Options|Directories|Include Directories.
  38. // Hint: Depending on your installation it might be C:\\Program Files\\Common Files\\System\\ADO
  39. #import "msado15.dll" rename("EOF", "EndOfFile")
  40. #pragma warning(default: 4146)
  41. [endif]
  42.  
  43. #include <iostream>
  44. #include <string>
  45.  
  46.  
  47. //{{AFX_INSERT_LOCATION}}
  48.  
  49. #endif // ALTOVA_STDAFX_H_INCLUDED
  50.