SrvConfig.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #if _MSC_VER > 1000
  2. #pragma once
  3. #endif // _MSC_VER > 1000
  4. #if !defined(AFX_SrvConfig_H__A9B0D78E_7FFA_11D2_BFE5_00A0C9C9CCA4__INCLUDED_)
  5. #define AFX_SrvConfig_H__A9B0D78E_7FFA_11D2_BFE5_00A0C9C9CCA4__INCLUDED_
  6. /////////////////////////////////////////////////////////////////////////////
  7. // SrvConfig.h : main header file for the SrvConfig application
  8. //
  9. #ifndef __AFXWIN_H__
  10. #error include 'stdafx.h' before including this file for PCH
  11. #endif
  12. #include "resource.h" // main symbols
  13. #include "..\inc\regkey.h"
  14. #define HKLM_AllLobby "SYSTEM\\CurrentControlSet\\Services\\AllLobby"
  15. /////////////////////////////////////////////////////////////////////////////
  16. // CSrvConfigApp:
  17. // See SrvConfig.cpp for the implementation of this class
  18. //
  19. class CSrvConfigApp : public CWinApp
  20. {
  21. public:
  22. CSrvConfigApp();
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CSrvConfigApp)
  26. public:
  27. virtual BOOL InitInstance();
  28. virtual int ExitInstance();
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. //{{AFX_MSG(CSrvConfigApp)
  32. // NOTE - the ClassWizard will add and remove member functions here.
  33. // DO NOT EDIT what you see in these blocks of generated code !
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. /////////////////////////////////////////////////////////////////////////////
  41. #endif // !defined(AFX_SrvConfig_H__A9B0D78E_7FFA_11D2_BFE5_00A0C9C9CCA4__INCLUDED_)