Changeset 24 for Include/api_winsock2.sbp
- Timestamp:
- Nov 28, 2006, 1:05:01 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/api_winsock2.sbp
r1 r24 238 238 Const INADDR_ANY = &h0 239 239 240 Declare Function htons Lib "ws2_32.dll" (netshort As Word) As Word 241 Declare Function htonl Lib "ws2_32.dll" (netshort As DWord) As DWord 242 Declare Function ntohs Lib "ws2_32.dll" (netshort As Word) As Word 243 Declare Function ntohl Lib "ws2_32.dll" (netshort As DWord) As DWord 240 244 241 245 #endif '_INC_WINSOCK2
Note:
See TracChangeset
for help on using the changeset viewer.