Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 9, 2010, 5:02:16 PM (14 years ago)
Author:
rgrieder
Message:

Compile ENet as C library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ipv6/src/external/enet/include/enet/enet.h

    r7390 r7391  
    5959} ENetHostAddress;
    6060
    61 extern const ENetHostAddress ENET_HOST_ANY;          /**< specifies the default server host */
    62 extern const ENetHostAddress ENET_IPV4MAPPED_PREFIX; /**< specifies the IPv4-mapped IPv6 prefix */
    63 extern const ENetHostAddress ENET_HOST_BROADCAST;    /**< specifies a IPv4 subnet-wide broadcast */
     61extern ENET_API const ENetHostAddress ENET_HOST_ANY;          /**< specifies the default server host */
     62extern ENET_API const ENetHostAddress ENET_IPV4MAPPED_PREFIX; /**< specifies the IPv4-mapped IPv6 prefix */
     63extern ENET_API const ENetHostAddress ENET_HOST_BROADCAST;    /**< specifies a IPv4 subnet-wide broadcast */
    6464#define ENET_IPV4MAPPED_PREFIX_LEN 12                /**< specifies the length of the IPv4-mapped IPv6 prefix */
    6565#define ENET_PORT_ANY 0                              /**< specifies that a port should be automatically chosen */
Note: See TracChangeset for help on using the changeset viewer.