From 155a6e96346e0cb3d9ab6f5372fa29b46ebaee89 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 19 Dec 2017 12:25:40 -0800 Subject: Integrate simplified message handling --- .../WindowsInstallerStandardInternal.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/WixToolset.Core.WindowsInstaller/WindowsInstallerStandardInternal.cs') diff --git a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerStandardInternal.cs b/src/WixToolset.Core.WindowsInstaller/WindowsInstallerStandardInternal.cs index 3b4721a6..759bda14 100644 --- a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerStandardInternal.cs +++ b/src/WixToolset.Core.WindowsInstaller/WindowsInstallerStandardInternal.cs @@ -16,7 +16,9 @@ namespace WixToolset.Core.WindowsInstaller private static readonly object lockObject = new object(); private static TableDefinitionCollection tableDefinitions; +#if REVISIT_FOR_PATCHING private static WixActionRowCollection standardActions; +#endif /// /// Gets the table definitions stored in this assembly. @@ -57,7 +59,7 @@ namespace WixToolset.Core.WindowsInstaller } return WindowsInstallerStandardInternal.standardActions; -#endif +#endif throw new NotImplementedException(); } } -- cgit v1.2.3-55-g6feb