-
Notifications
You must be signed in to change notification settings - Fork 28
Support MinGW #139
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
base: main
Are you sure you want to change the base?
Support MinGW #139
Changes from all commits
871011b
ba105ed
526afa7
96f0421
53db5e8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
|
|
||
| #include <libCZI_Config.h> | ||
|
|
||
| #if LIBCZI_WINDOWSAPI_AVAILABLE | ||
| #if LIBCZI_WINDOWSAPI_AVAILABLE && LIBCZI_HAVE_WINCODECS_API | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't see how this define would be propagated into the compilation. I'd don't see that the libCZI_Config.h.in mechanism is used - which would be the preferred way I guess. And I don't see it otherwise passed to the compiler (e.g. with target_compile_definitions). |
||
|
|
||
| #include <memory> | ||
| #include "libCZI_Pixels.h" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.