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

Windows: Remove some unnecessary type aliases #127712

Merged
merged 18 commits into from
Jul 15, 2024
Merged

Commits on Jul 15, 2024

  1. Remove NonZeroDWORD

    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1d1cae1 View commit details
    Browse the repository at this point in the history
  2. Remove LARGE_INTEGER

    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    91ba4eb View commit details
    Browse the repository at this point in the history
  3. Remove LONG

    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    65da4af View commit details
    Browse the repository at this point in the history
  4. Remove UINT

    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b107cfa View commit details
    Browse the repository at this point in the history
  5. Remove LPWSTR

    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e70cc28 View commit details
    Browse the repository at this point in the history
  6. Remove USHORT

    We stick to C types in for socket and address as these are at least nominally BSD-ish and they're used outside of pal/windows in general *nix code
    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f2cc943 View commit details
    Browse the repository at this point in the history
  7. Remove CHAR

    As with USHORT, keep using C types for BSD socket APIs.
    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5b700a7 View commit details
    Browse the repository at this point in the history
  8. Remove SIZE_T

    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    286c327 View commit details
    Browse the repository at this point in the history
  9. Remove LPCVOID

    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8052fb8 View commit details
    Browse the repository at this point in the history
  10. Remove LPOVERLAPPED

    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1b7cf3a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    351f1f3 View commit details
    Browse the repository at this point in the history
  12. Remove LPVOID

    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    84dd7e4 View commit details
    Browse the repository at this point in the history
  13. Remove PSRWLOCK

    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    21f69b5 View commit details
    Browse the repository at this point in the history
  14. Remove ULONG

    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d8d7c5c View commit details
    Browse the repository at this point in the history
  15. Remove DWORD

    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e2b062c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8a1ce3d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ffe8fc2 View commit details
    Browse the repository at this point in the history
  18. Fix Windows 7

    ChrisDenton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    816d90a View commit details
    Browse the repository at this point in the history