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.

33 lines
1.3 KiB

  1. #if !defined(AFX_EXTENSIONSAW_H__8DEDB8FA_5C6D_11D1_8CCD_00C04FD918D0__INCLUDED_)
  2. #define AFX_EXTENSIONSAW_H__8DEDB8FA_5C6D_11D1_8CCD_00C04FD918D0__INCLUDED_
  3. // Extensionsaw.h : header file
  4. //
  5. class CDialogChooser;
  6. // All function calls made by mfcapwz.dll to this custom AppWizard (except for
  7. // GetCustomAppWizClass-- see Extensions.cpp) are through this class. You may
  8. // choose to override more of the CCustomAppWiz virtual functions here to
  9. // further specialize the behavior of this custom AppWizard.
  10. class CExtensionsAppWiz : public CCustomAppWiz
  11. {
  12. CDialogChooser* _pChooser;
  13. public:
  14. virtual CAppWizStepDlg* Next(CAppWizStepDlg* pDlg);
  15. virtual CAppWizStepDlg* Back(CAppWizStepDlg* pDlg);
  16. virtual void InitCustomAppWiz();
  17. virtual void ExitCustomAppWiz();
  18. virtual void CustomizeProject(IBuildProject* pProject);
  19. };
  20. // This declares the one instance of the CExtensionsAppWiz class. You can access
  21. // m_Dictionary and any other public members of this class through the
  22. // global Extensionsaw. (Its definition is in Extensionsaw.cpp.)
  23. extern CExtensionsAppWiz Extensionsaw;
  24. //{{AFX_INSERT_LOCATION}}
  25. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  26. #endif // !defined(AFX_EXTENSIONSAW_H__8DEDB8FA_5C6D_11D1_8CCD_00C04FD918D0__INCLUDED_)