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

Let feature tests' preprocessor definition settable #44

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Let feature tests' preprocessor definition settable #44

wants to merge 6 commits into from

Conversation

mtt0
Copy link

@mtt0 mtt0 commented Mar 13, 2020

Compile feature tests with user-defined definitions.
i.e. -D_WIN32_WINNT=0x0501....

If not set, wsapolltest.cpp will be compiled with i.e. -D_WIN32_WINNT=0x0601 and define RTP_HAVE_WSAPOLL in rtpconfig.h.
So when I compile my sources with -D_WIN32_WINNT=0x0501, error occures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants