diff --git a/libmspack/mspack.cs b/libmspack/mspack.cs index aeb6bdf..c44aaea 100644 --- a/libmspack/mspack.cs +++ b/libmspack/mspack.cs @@ -35,7 +35,7 @@ namespace SabreTools.Compression.libmspack /// /// A custom mspack_system structure, or NULL to use the default /// A or NULL - public static mschm_compressor mspack_create_chm_compressor(mspack_system sys) => throw new NotImplementedException(); + public static mschm_compressor mspack_create_chm_compressor(mspack_system sys) => null; /// /// Creates a new CHM decompressor. @@ -48,7 +48,7 @@ namespace SabreTools.Compression.libmspack /// Destroys an existing CHM compressor. /// /// The to destroy - public static void mspack_destroy_chm_compressor(mschm_compressor self) => throw new NotImplementedException(); + public static void mspack_destroy_chm_compressor(mschm_compressor self) { } /// /// Destroys an existing CHM decompressor.