Leaked source code of windows server 2003
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.

47 lines
1.3 KiB

  1. // UMDlg.h : main header file for the UMDLG DLL
  2. // Author: J. Eckhardt, ECO Kommunikation
  3. // (c) 1997-99 Microsoft
  4. //
  5. #if !defined(AFX_UMDLG_H__6845733C_40A1_11D2_B602_0060977C295E__INCLUDED_)
  6. #define AFX_UMDLG_H__6845733C_40A1_11D2_B602_0060977C295E__INCLUDED_
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. #ifndef __AFXWIN_H__
  11. #error include 'stdafx.h' before including this file for PCH
  12. #endif
  13. #include "resource.h" // main symbols
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CUMDlgApp
  16. // See UMDlg.cpp for the implementation of this class
  17. //
  18. class CUMDlgApp : public CWinApp
  19. {
  20. public:
  21. CUMDlgApp();
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CUMDlgApp)
  25. //}}AFX_VIRTUAL
  26. //{{AFX_MSG(CUMDlgApp)
  27. // NOTE - the ClassWizard will add and remove member functions here.
  28. // DO NOT EDIT what you see in these blocks of generated code !
  29. //}}AFX_MSG
  30. DECLARE_MESSAGE_MAP()
  31. };
  32. /////////////////////////////////////////////////////////////////////////////
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_UMDLG_H__6845733C_40A1_11D2_B602_0060977C295E__INCLUDED_)