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

pvr: win32: Make sure that the addon libs define TARGET_WINDOWS #2856

Merged
merged 1 commit into from Jun 9, 2013

Conversation

fetzerch
Copy link
Member

@fetzerch fetzerch commented Jun 9, 2013

Recently, _WIN32 has been replaced by TARGET_WINDOWS. Since this is a project specific define and not a system variable, we have to make sure that the PVR addon libs define this in their project configuration. Otherwise the libs won't export any symbols and the PVR addons cannot be loaded.

Recently, _WIN32 has been replaced by TARGET_WINDOWS.
Since this is a project specific define and not a system variable,
we have to make sure that the PVR addon libs define this in their
project configuration. Otherwise the libs won't export any symbols
and the PVR addons cannot be loaded.
@opdenkamp
Copy link
Member

i'll update the ref to the add-ons themselves later today

opdenkamp pushed a commit that referenced this pull request Jun 9, 2013
pvr: win32: Make sure that the addon libs define TARGET_WINDOWS
@opdenkamp opdenkamp merged commit 3b10dbd into xbmc:master Jun 9, 2013
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.

None yet

2 participants