1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-07 16:02:55 +03:00

Remove superseeded examples

This commit is contained in:
bel2125
2016-05-26 21:14:41 +02:00
parent 2fa5c6d0f4
commit ba0c6cc690
2 changed files with 5 additions and 24 deletions

View File

@@ -5,6 +5,11 @@
* License http://opensource.org/licenses/mit-license.php MIT License
*/
/* This example is superseeded by other examples, and no longer
* actively maintained.
* See examples/embedded_c for an up to date example.
*/
// Simple example program on how to use websocket client embedded C interface.
#ifdef _WIN32
#include <Windows.h>