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

Make SMAA trace macros work also without UNICODE #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

niligulmohar
Copy link
Contributor

The V and V_RETURN macros in SMAA.cpp call DXTrace whose implementation
and fourth argument type depends on wether UNICODE is defined during the
build. The macros as written assume that UNICODE is defined.

This change makes the macro work wether UNICODE is defined or not.

The V and V_RETURN macros in SMAA.cpp call DXTrace whose implementation
and fourth argument type depends on wether UNICODE is defined during the
build. The macros as written assume that UNICODE is defined.

This change makes the macro work wether UNICODE is defined or not.
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.

1 participant