-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Credit for "wmain()" wrapper #2372
Conversation
@Good-Pudge can you also update documentation with mingw-specific details |
@Bjoe is this good to merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late review... I'm very busy with a company project :-/ .... hopefully its getting better after september .... From the cmake perspective looks fine...
@@ -189,6 +189,7 @@ if (CMAKE_COMPILER_IS_MINGW) | |||
WINVER=0x500 | |||
ODBCVER=0x0300 | |||
POCO_THREAD_STACK_SIZE | |||
$<$<BOOL:BUILD_SHARED_LIBS>:_DLL> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the cleanup !! 👍
#2356