Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Update libxml2-markup.h #2

Merged
merged 1 commit into from
Apr 20, 2021
Merged

Update libxml2-markup.h #2

merged 1 commit into from
Apr 20, 2021

Commits on Apr 18, 2021

  1. Update libxml2-markup.h

    `#import` is not valid C/C++.  It is an Objective-C extension, which is non-portable.  On Windows, `#import` is a non-portable extension which imports type libraries.  Convert to using standard C/C++ for C modules.  This is required to build this project on Windows.
    compnerd authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    53fae8f View commit details
    Browse the repository at this point in the history