Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add APPKIT_EXPORT_CLASS, APPKIT_EXPORT annotations #288

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

qmfrederik
Copy link
Contributor

@qmfrederik qmfrederik commented Sep 12, 2024

Some GS* classes and methods are used by the ColorPicker or Printing bundles. That means that they are referenced from an external module. For this module to be able to resolve these symbols, on Windows, they need to be exported.

This commit adds APPKIT_EXPORT_CLASS and APPKIT_EXPORT annotations, allowing ColorPickers and Printing bundles to compile on Windows using a native (non-mingw) toolchain.

Some GS* classes and methods are used by the ColorPicker or Printing bundles.  That means that they are referenced from an external module.  For this module to be able to resolve these symbols, on Windows, they need to be exported.

This commit adds `APPKIT_EXPORT_CLASS` and `APPKIT_EXPORT` annotations, allowing ColorPickers to compile on Windows.
@fredkiefer fredkiefer merged commit 6a3681a into gnustep:master Sep 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants