ROOT.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

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