Uploaded image for project: 'ReactOS Test Suite'
  1. ReactOS Test Suite
  2. ROSTESTS-206

iphlpapi_winetests incorrectly redefine htonl

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.4.0
    • None

    Description

      Our iphlpapi_winetests has the following block of code (which is not in Wine):

      #undef htonl
      #undef htons
      #undef ntohl
      #undef ntohs
       
      #define htonl(l) ((u_long)(l))
      #define htons(s) ((u_short)(s))
      #define ntohl(l) ((u_long)(l))
      #define ntohs(s) ((u_short)(s))

      These functions are incorrectly redefined, breaking some tests.

      Attachments

        Activity

          People

            AmineKhaldi AmineKhaldi
            tcrawford tcrawford
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: