mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 08:14:58 +03:00
Move GetMimeTypeFromFileName() and related structure to Mayaqua
The structure (containing all mimetypes) occupies almost 700 lines, which are a lot. This is just the beginning of the refactor plan.
This commit is contained in:
@ -273,6 +273,9 @@ int iconv_close (iconv_t __cd);
|
||||
// TCP/IP
|
||||
#include <Mayaqua/TcpIp.h>
|
||||
|
||||
// HTTP
|
||||
#include <Mayaqua/HTTP.h>
|
||||
|
||||
// 64 bit real-time clock
|
||||
#include <Mayaqua/Tick64.h>
|
||||
|
||||
|
Reference in New Issue
Block a user