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/csoap/stdafx.h | |
parent | 5303a0894a62f8118be43e9d52f8c8354d9d1f0b (diff) | |
download | csoap-c3124348d799ab746a5f4ab3d0d9175db9dac0ce.tar.gz csoap-c3124348d799ab746a5f4ab3d0d9175db9dac0ce.tar.bz2 |
moved to libsoap-win32 project
Diffstat (limited to 'examples/csoap/stdafx.h')
-rw-r--r-- | examples/csoap/stdafx.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/csoap/stdafx.h b/examples/csoap/stdafx.h deleted file mode 100644 index f9aca9b..0000000 --- a/examples/csoap/stdafx.h +++ /dev/null @@ -1,12 +0,0 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// - -#pragma once - - -#include <iostream> -#include <tchar.h> - -// TODO: reference additional headers your program requires here |