- // Notice that we need a cast as SOCKET is 64 bit under Win64 and that the
- // cast is safe because a SOCKET is a handle and so limited to 32 (or,
- // actually, even 24) bit values anyhow.
+ // Notice that we need a cast as wxSOCKET_T is 64 bit under Win64 and that
+ // the cast is safe because a wxSOCKET_T is a handle and so limited to 32
+ // (or, actually, even 24) bit values anyhow.