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

Check for Windows using _WIN32 instead of _WINDOWS #9

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

Commits on Nov 5, 2023

  1. Check for Windows using _WIN32 instead of _WINDOWS

    `_WINDOWS` isn't guaranteed to be defined when building for Windows.
    
    https://stackoverflow.com/q/73705992
    
    Additionally, `#include <WinBase.h>` is unnecessary; `#include
    <Windows.h>` already covers it.
    
    https://learn.microsoft.com/en-us/previous-versions/windows/desktop/legacy/aa366877(v=vs.85)
    hrxi committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    19a4096 View commit details
    Browse the repository at this point in the history