no message

master
zct 2021-07-05 22:49:02 +08:00
parent 0fb057800c
commit 5c8bd4202b
1 changed files with 4 additions and 2 deletions

View File

@ -1,14 +1,16 @@
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-06-30 10:02:04 * @Date: 2021-06-30 10:02:04
* @LastEditTime: 2021-07-05 00:57:32 * @LastEditTime: 2021-07-05 22:48:29
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \server\main.cpp * @FilePath: \server\main.cpp
*/ */
#include <iostream> #include <iostream>
#include "tcp_server_libevent.h" #include "tcp_server_libevent.h"
#include "winsock2.h" #ifdef WIN32
#include <winsock2.h>
#endif
#include <stdio.h> #include <stdio.h>
#include <thread> #include <thread>
#include <stdlib.h> #include <stdlib.h>