www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 9553] New: SOCKET should be 64 bit wide on Win64

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9553

           Summary: SOCKET should be 64 bit wide on Win64
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody puremagic.com
        ReportedBy: run3 myopera.com



SOCKET should be 64 bit wide on Win64

https://github.com/D-Programming-Language/phobos/blob/master/std/c/windows/winsock.d#L15


From the Windows SDK, winsock2.h(118):
typedef UINT_PTR        SOCKET;

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 20 2013
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9553




https://github.com/D-Programming-Language/phobos/pull/1148

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 20 2013
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9553


run3 myopera.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



Fixed https://github.com/D-Programming-Language/phobos/pull/1155

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 25 2013