-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.needs-reviewThis issue or pull request needs review from a core team member.This issue or pull request needs review from a core team member.
Description
I would like contribute Mingw-w64 compilation support. It requires:
- Changed case of Windows headers to lower case
- Added undefine WinAPI defines for "interface", "GetObject", "ERROR" when names clash appear
- removed -fPIC compiler option for Windows
- Replace _WIN32 to _MSC_VER or viceversa when needed
Changes affect to aws-sdk-cpp project and crt dependent projects.
Changes to aws-sdk-cpp provided in PR #1832
Can anybody help me make contribution correctly?
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.needs-reviewThis issue or pull request needs review from a core team member.This issue or pull request needs review from a core team member.