diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Core.Native/CabInterop.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.Native/CabInterop.cs b/src/WixToolset.Core.Native/CabInterop.cs index 6ad11c67..db31a30d 100644 --- a/src/WixToolset.Core.Native/CabInterop.cs +++ b/src/WixToolset.Core.Native/CabInterop.cs | |||
@@ -33,8 +33,8 @@ namespace WixToolset.Core.Native | |||
33 | /// <param name="file">Full path to file to add to cabinet.</param> | 33 | /// <param name="file">Full path to file to add to cabinet.</param> |
34 | /// <param name="token">Name of file in cabinet.</param> | 34 | /// <param name="token">Name of file in cabinet.</param> |
35 | /// <param name="contextHandle">Handle to open cabinet.</param> | 35 | /// <param name="contextHandle">Handle to open cabinet.</param> |
36 | // [DllImport("winterop.dll", EntryPoint = "CreateCabAddFile", CharSet = CharSet.Unicode, ExactSpelling = true, PreserveSig = false)] | 36 | [DllImport("winterop.dll", EntryPoint = "CreateCabAddFile", CharSet = CharSet.Unicode, ExactSpelling = true, PreserveSig = false)] |
37 | // public static extern void CreateCabAddFile(string file, string token, MsiInterop.MSIFILEHASHINFO fileHash, IntPtr contextHandle); | 37 | public static extern void CreateCabAddFile(string file, string token, MsiInterop.MSIFILEHASHINFO fileHash, IntPtr contextHandle); |
38 | 38 | ||
39 | /// <summary> | 39 | /// <summary> |
40 | /// Closes a cabinet. | 40 | /// Closes a cabinet. |