Files
2026-03-03 13:56:44 +08:00

19 lines
226 B
C++

#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()
};