Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-6487

PATCH: services - advapi32_services: Remove "size_t to DWORD/int..." conversion warnings in x64 build

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • None
    • None
    • Operating System: ReactOS
      Platform: x86 Hardware

    Description

      Created an attachment (id=7837)
      Patch

      This patch removes the many "size_t to DWORD/int" compilation warnings on x64 compilation, by doing massive (DWORD)foo and (int)bar. That's the consequence of having APIs taking only DWORDs or even ints as string-char-numbers or string-length-in-bytes parameters, while CRT string functions as wcslen() return size_t results...

      Attachments

        Activity

          People

            ekohl ekohl
            hbelusca hbelusca
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: