home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 79 / IOPROG_79.ISO / soft / Tools / XMLSPYEnt2004 / XMLSPYEntComplete2004.exe / Data1.cab / _2E946BAEE1E644B6A9893478CD2AA2BD < prev    next >
Encoding:
Text File  |  2003-10-06  |  1.2 KB  |  49 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 ALTOVADB_STDAFX_H_INCLUDED
  17. #define ALTOVADB_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. #pragma warning(disable: 4146)
  35. // If you get a compiler-error on the line below, add the path to the DLL
  36. // at Tools|Options|Directories|Include Directories.
  37. // Hint: Depending on your installation it might be C:\\Program Files\\Common Files\\System\\ADO
  38. #import "msado15.dll" rename("EOF", "EndOfFile")
  39. #pragma warning(default: 4146)
  40.  
  41.  
  42. #include <iostream>
  43. #include <string>
  44.  
  45.  
  46. //{{AFX_INSERT_LOCATION}}
  47.  
  48. #endif // ALTOVADB_STDAFX_H_INCLUDED
  49.