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

undef TranslateName for c file_system as well #36104

Merged

Commits on Jan 21, 2020

  1. undef TranslateName for c file_system as well

    This PR applies PR 35947 to C verson of the file_system,
    to undef TranslateName. TranslateName under Windows are
    defined as `TranslateNameA` or `TranslateNameW` and it might
    be enabled depending on Visual Studio's configurations. It would
    be safe to undef TranslateName when possible.
    
    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Jan 21, 2020
    Copy the full SHA
    7f35d5d View commit details
    Browse the repository at this point in the history