提交 bdd7cd4b 编写于 作者: L ljc545w

添加第三方库说明

上级 f40801c7
# 注意
此处源码来自以下仓库:
[mongoose](https://github.com/cesanta/mongoose)
需要自行克隆该仓库并将mongoose.c和mongoose.h拷贝到此处
# Thanks
[mongoose](https://github.com/cesanta/mongoose)
\ No newline at end of file
#include "pch.h"
#ifdef USE_SOCKET
// mongoose: https://github.com/Automattic/mongoose
// mongoose: https://github.com/cesanta/mongoose
#include "mongoose/mongoose.c"
#include<thread>
static struct mg_mgr mgr;
......
#pragma once
#ifdef USE_SOCKET
#include <signal.h>
// mongoose: https://github.com/Automattic/mongoose
// mongoose: https://github.com/cesanta/mongoose
#include "mongoose/mongoose.h"
#pragma comment(lib,"ws2_32.lib")
extern "C" __declspec(dllexport) void HttpStart();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册