Ignore:
Timestamp:
Mar 22, 2007, 2:40:36 AM (17 years ago)
Author:
dai
Message:

inet_ntoa関数のパラメータをDWordに変更(暫定対応)。
戻り値の型指定抜け、その他タイプミスを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/api_winsock2.sbp

    r167 r176  
    13261326
    13271327#ifndef NO_INCL_WINSOCK_API_PROTOTYPES
    1328 Declare Function inet_ntoa Lib "ws2_32" (in As in_addr) As *Byte
     1328Declare Function inet_ntoa Lib "ws2_32" (in As DWord /*in_addr*/ ) As *Byte
    13291329#endif
    13301330
Note: See TracChangeset for help on using the changeset viewer.