1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-07-29 21:01:13 +03:00

Alternative to mg_upload (Step 50/?)

This commit is contained in:
bel
2016-02-14 21:39:56 +01:00
parent 25193ba1e2
commit 20f3965f2c
4 changed files with 169 additions and 152 deletions

View File

@ -3,6 +3,10 @@
* This file is a part of civetweb project, http://github.com/bel2125/civetweb
*/
/* This example is deprecated and no longer maintained.
* All relevant parts have been merged into the embedded_c example. */
#ifdef _WIN32
#define _CRT_SECURE_NO_WARNINGS
#include <windows.h>