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