diff options
author | rans | 2004-08-26 16:57:41 +0000 |
---|---|---|
committer | rans | 2004-08-26 16:57:41 +0000 |
commit | 24339ea4d5b15c1a61ada7b9ea8a935ddfc76dce (patch) | |
tree | 0d812e8ba18287285a80f68f09cc35938348b4b4 /csoapserver/stdafx.h | |
parent | 5dca2c3c0205d576ac59a0e52bdeb4fb56abf9b9 (diff) | |
download | csoap-24339ea4d5b15c1a61ada7b9ea8a935ddfc76dce.tar.gz csoap-24339ea4d5b15c1a61ada7b9ea8a935ddfc76dce.tar.bz2 |
CSoapServer
Diffstat (limited to 'csoapserver/stdafx.h')
-rw-r--r-- | csoapserver/stdafx.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/csoapserver/stdafx.h b/csoapserver/stdafx.h new file mode 100644 index 0000000..f3469f3 --- /dev/null +++ b/csoapserver/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 |