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

Conversation

compnerd
Copy link
Contributor

#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.

`#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.
@mattt mattt merged commit ca2299f into SwiftDocOrg:main Apr 20, 2021
@mattt
Copy link
Contributor

mattt commented Apr 20, 2021

This is now available in version 0.1.1.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants