diff options
| author | Bevan Weiss <bevan.weiss@gmail.com> | 2025-01-03 15:14:49 +1100 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-02-11 14:55:39 -0800 |
| commit | c49432f7d39dfe7fedc722b85cd1162bd5096ac1 (patch) | |
| tree | 5f319208fffbb2a9215af627f7ee21a2425ece0e /src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.h | |
| parent | 254196975c1f82bf7079a9d56b5417f5da9d8d76 (diff) | |
| download | wix-c49432f7d39dfe7fedc722b85cd1162bd5096ac1.tar.gz wix-c49432f7d39dfe7fedc722b85cd1162bd5096ac1.tar.bz2 wix-c49432f7d39dfe7fedc722b85cd1162bd5096ac1.zip | |
Migrate COM+ E2E tests from raw binaries to source code.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
Diffstat (limited to 'src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.h')
| -rw-r--r-- | src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.h b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.h new file mode 100644 index 00000000..885d5d62 --- /dev/null +++ b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.h | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | // pch.h: This is a precompiled header file. | ||
| 2 | // Files listed below are compiled only once, improving build performance for future builds. | ||
| 3 | // This also affects IntelliSense performance, including code completion and many code browsing features. | ||
| 4 | // However, files listed here are ALL re-compiled if any one of them is updated between builds. | ||
| 5 | // Do not add files here that you will be updating frequently as this negates the performance advantage. | ||
| 6 | |||
| 7 | #ifndef PCH_H | ||
| 8 | #define PCH_H | ||
| 9 | |||
| 10 | // add headers that you want to pre-compile here | ||
| 11 | #include "framework.h" | ||
| 12 | |||
| 13 | #endif //PCH_H | ||
