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

Backport fix from the 1.3 branch to resolve issues an issue with _strdup not being defined. #168

Merged
merged 1 commit into from
Feb 15, 2021

Conversation

ComputerNerd
Copy link
Contributor

This resolves an issue when trying to compile FLTK 1.1 with MinGW because _strdup doesn't exist but the regular strdup function does.

The change was a direct copy and paste from flstring.h from the 1.3 branch.

…dup not being defined.

This resolves an issue when trying to compile FLTK 1.1 with MinGW because _strdup doesn't exist but the regular strdup function does.
@Albrecht-S Albrecht-S self-assigned this Feb 15, 2021
@Albrecht-S Albrecht-S added fixed The issue or PR was fixed. Platform: Windows platform specific (Windows) labels Feb 15, 2021
@Albrecht-S Albrecht-S merged commit 1603f80 into fltk:branch-1.1 Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed The issue or PR was fixed. Platform: Windows platform specific (Windows)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants