Files

19 lines
226 B
C
Raw Permalink 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()
};