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 / CUSTMWZ.AWX / TEMPLATE / ROOT.H < prev    next >
C/C++ Source or Header  |  1998-06-18  |  420b  |  17 lines

  1. #if !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
  2. #define $$FILE_NAME_SYMBOL$$_INCLUDED_
  3.  
  4. #ifndef __AFXWIN_H__
  5.     #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7.  
  8. #include "resource.h"       // main symbols
  9.  
  10. // TODO: You may add any other custom AppWizard-wide declarations here.
  11.  
  12.  
  13. //{{AFX_INSERT_LOCATION}}
  14. // $$INSERT_LOCATION_COMMENT$$
  15.  
  16. #endif // !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
  17.