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

More fixes for building x86 in Visual Studio for non-windows OS #8098

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

Commits on Oct 29, 2024

  1. More fixes for building x86 in Visual Studio for non-windows OS (Watc…

    …om C compiler). Followup to PR wolfSSL#7884. Fixes ZD 18465
    
    * Consolidate the USE_WINDOWS_API to a single place.
    * Expand the `WOLFSSL_NOT_WINDOWS_API` improvement for intrinsics and word sizes.
    * Fix for macro variadic `...` when no variables are used (some compilers like Watcom C have issue with this).
    * Fix for Watcom C compiler "long long" -> "__int64".
    * Fix a couple of minor cast warnings reported from VS.
    dgarske committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    84b5d66 View commit details
    Browse the repository at this point in the history