diff options
author | snowdrop | 2004-08-30 07:30:00 +0000 |
---|---|---|
committer | snowdrop | 2004-08-30 07:30:00 +0000 |
commit | c3124348d799ab746a5f4ab3d0d9175db9dac0ce (patch) | |
tree | 93f16af5d54d4addd67b10d1c812dd777c34c47a /examples/nanohttp/stdafx.h | |
parent | 5303a0894a62f8118be43e9d52f8c8354d9d1f0b (diff) | |
download | csoap-c3124348d799ab746a5f4ab3d0d9175db9dac0ce.tar.gz csoap-c3124348d799ab746a5f4ab3d0d9175db9dac0ce.tar.bz2 |
moved to libsoap-win32 project
Diffstat (limited to 'examples/nanohttp/stdafx.h')
-rw-r--r-- | examples/nanohttp/stdafx.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/nanohttp/stdafx.h b/examples/nanohttp/stdafx.h deleted file mode 100644 index f3469f3..0000000 --- a/examples/nanohttp/stdafx.h +++ /dev/null @@ -1,9 +0,0 @@ -// 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 |