diff options
author | rans | 2004-08-26 17:02:24 +0000 |
---|---|---|
committer | rans | 2004-08-26 17:02:24 +0000 |
commit | 6576b549c0acbe94e6d6d7e6c9a358c8a9fcea90 (patch) | |
tree | 155b40c3d5e9e7fcef17e982a4a28489d659dadb /examples/nanohttp/stdafx.h | |
parent | 06694fd4006c6ab76f7902a95cc5623a3649b01e (diff) | |
download | csoap-6576b549c0acbe94e6d6d7e6c9a358c8a9fcea90.tar.gz csoap-6576b549c0acbe94e6d6d7e6c9a358c8a9fcea90.tar.bz2 |
Test http
Diffstat (limited to 'examples/nanohttp/stdafx.h')
-rw-r--r-- | examples/nanohttp/stdafx.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/nanohttp/stdafx.h b/examples/nanohttp/stdafx.h new file mode 100644 index 0000000..f3469f3 --- /dev/null +++ b/examples/nanohttp/stdafx.h @@ -0,0 +1,9 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#include <iostream> +#include <tchar.h> + +// TODO: reference additional headers your program requires here |