aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.cpp')
-rw-r--r--src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.cpp b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.cpp
new file mode 100644
index 00000000..64b7eef6
--- /dev/null
+++ b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.cpp
@@ -0,0 +1,5 @@
1// pch.cpp: source file corresponding to the pre-compiled header
2
3#include "pch.h"
4
5// When you are using pre-compiled headers, this source file is necessary for compilation to succeed.