diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-04-09 21:25:12 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-04-11 10:26:18 +0200 |
| commit | 0b5dd6c0dd8ad121c4a5c14c45c9b470dc1b9809 (patch) | |
| tree | ecf317c10a93c27365b4bb5e8a3c3241bab2e815 /wfpctl/src/extras/cli/stdafx.cpp | |
| parent | a5f7cf5592003093caaa658516758fb3c45206d1 (diff) | |
| download | mullvadvpn-0b5dd6c0dd8ad121c4a5c14c45c9b470dc1b9809.tar.xz mullvadvpn-0b5dd6c0dd8ad121c4a5c14c45c9b470dc1b9809.zip | |
Add source files
Diffstat (limited to 'wfpctl/src/extras/cli/stdafx.cpp')
| -rw-r--r-- | wfpctl/src/extras/cli/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wfpctl/src/extras/cli/stdafx.cpp b/wfpctl/src/extras/cli/stdafx.cpp new file mode 100644 index 0000000000..62355160c9 --- /dev/null +++ b/wfpctl/src/extras/cli/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes +// cli.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + +// TODO: reference any additional headers you need in STDAFX.H +// and not in this file |
