diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Msi')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Msi/MsiInterop.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Msi/MsiInterop.cs b/src/WixToolset.Core.WindowsInstaller/Msi/MsiInterop.cs index 8d195033..ae585612 100644 --- a/src/WixToolset.Core.WindowsInstaller/Msi/MsiInterop.cs +++ b/src/WixToolset.Core.WindowsInstaller/Msi/MsiInterop.cs | |||
| @@ -177,7 +177,7 @@ namespace WixToolset.Core.WindowsInstaller.Msi | |||
| 177 | /// <summary> | 177 | /// <summary> |
| 178 | /// Class exposing static functions and structs from MSI API. | 178 | /// Class exposing static functions and structs from MSI API. |
| 179 | /// </summary> | 179 | /// </summary> |
| 180 | public sealed class MsiInterop | 180 | internal sealed class MsiInterop |
| 181 | { | 181 | { |
| 182 | // Patching constants | 182 | // Patching constants |
| 183 | public const int MsiMaxStreamNameLength = 62; // http://msdn2.microsoft.com/library/aa370551.aspx | 183 | public const int MsiMaxStreamNameLength = 62; // http://msdn2.microsoft.com/library/aa370551.aspx |
