X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9920ad328b7bb97ad927b9524cbe6e1b785be742..53b0c2bcdd12b518a39af0fbcb8f68778d96d88a:/src/html/chm.cpp diff --git a/src/html/chm.cpp b/src/html/chm.cpp index f89fbe535e..b8f65ab9c0 100644 --- a/src/html/chm.cpp +++ b/src/html/chm.cpp @@ -17,7 +17,7 @@ #include -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/log.h" #include "wx/module.h" @@ -825,13 +825,11 @@ wxFSFile* wxChmFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs), // Open a stream to read the content of the chm-file s = new wxChmInputStream(leftFilename.GetFullPath(), right, true); - wxString mime = GetMimeTypeFromExt(location); - if ( s ) { return new wxFSFile(s, left + _T("#chm:") + right, - mime, + wxEmptyString, GetAnchor(location), wxDateTime(wxFileModificationTime(left))); }