Files

19 lines
226 B
C
Raw Permalink Normal View History

2026-02-13 14:34:15 +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()
};