Files
wnmj-normal/Servers/服务器组件/网站网关服务器/WebServer.h

19 lines
226 B
C
Raw Normal View History

2026-03-03 13:56:44 +08:00
#pragma once
#include "resource.h"
class CWebServerApp : public CWinApp
{
public:
CWebServerApp();
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
afx_msg void OnAppExit();
DECLARE_MESSAGE_MAP()
};