Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.3 KiB

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. ftasr.cpp
  5. Abstract:
  6. Main header file for application FTASR
  7. Declaration of class CFtasrApp
  8. Author:
  9. Cristian Teodorescu 3-March-1999
  10. Notes:
  11. Revision History:
  12. --*/
  13. #if !defined(AFX_FTASR_H__A507D047_3854_11D2_87D7_006008A71E8F__INCLUDED_)
  14. #define AFX_FTASR_H__A507D047_3854_11D2_87D7_006008A71E8F__INCLUDED_
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18. #ifndef __AFXWIN_H__
  19. #error include 'stdafx.h' before including this file for PCH
  20. #endif
  21. #include "resource.h" // main symbols
  22. /////////////////////////////////////////////////////////////////////////////
  23. // CFtasrApp:
  24. // See ftasr.cpp for the implementation of this class
  25. //
  26. class CFtasrApp : public CWinApp
  27. {
  28. public:
  29. CFtasrApp();
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CFtasrApp)
  33. public:
  34. virtual BOOL InitInstance();
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. //{{AFX_MSG(CFtasrApp)
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_FTASR_H__A507D047_3854_11D2_87D7_006008A71E8F__INCLUDED_)