diff options
-rw-r--r-- | IvyProbe/StdAfx.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/IvyProbe/StdAfx.cpp b/IvyProbe/StdAfx.cpp new file mode 100644 index 0000000..4b53d91 --- /dev/null +++ b/IvyProbe/StdAfx.cpp @@ -0,0 +1,6 @@ +// stdafx.cpp : source file that includes just the standard includes
+// Test.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
|