diff options
Diffstat (limited to 'examples/nanohttp/stdafx.cpp')
-rw-r--r-- | examples/nanohttp/stdafx.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/nanohttp/stdafx.cpp b/examples/nanohttp/stdafx.cpp new file mode 100644 index 0000000..f0977a2 --- /dev/null +++ b/examples/nanohttp/stdafx.cpp @@ -0,0 +1,7 @@ +// stdafx.cpp : source file that includes just the standard includes +// csoapserver.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + + |