home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / COMMON / MSDEV98 / BIN / IDE / INETAWZ.AWX / TEMPLATE / STDAFX.H < prev   
C/C++ Source or Header  |  1998-06-18  |  535b  |  21 lines

  1. #if !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
  2. #define $$FILE_NAME_SYMBOL$$_INCLUDED_
  3.  
  4. // stdafx.h : include file for standard system include files,
  5. //  or project specific include files that are used frequently, but
  6. //      are changed infrequently
  7. //
  8.  
  9. $$IF(UseAnyMFC)
  10. #include <afx.h>
  11. #include <afxwin.h>
  12. #include <afxmt.h>        // for synchronization objects
  13. #include <afxext.h>
  14. $$ENDIF
  15. #include <afxisapi.h>
  16.  
  17. //{{AFX_INSERT_LOCATION}}
  18. // $$INSERT_LOCATION_COMMENT$$
  19.  
  20. #endif // !defined($$FILE_NAME_SYMBOL$$_INCLUDED)
  21.