Changeset 2305

Show
Ignore:
Timestamp:
11/24/07 18:39:00 (14 months ago)
Author:
markybob
Message:

asio fix for win32

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • tags/deluge-0.5.6.95/libtorrent/include/libtorrent/asio/error_code.hpp

    r2234 r2305  
    4242 
    4343    /// Error codes from NetDB functions. 
    44     netdb_category = ASIO_WIN_OR_POSIX(_system_category, 1), 
     44    netdb_category = ASIO_WIN_OR_POSIX(system_category, 1), 
    4545 
    4646    /// Error codes from getaddrinfo. 
    47     addrinfo_category = ASIO_WIN_OR_POSIX(_system_category, 2), 
     47    addrinfo_category = ASIO_WIN_OR_POSIX(system_category, 2), 
    4848 
    4949    /// Miscellaneous error codes. 
  • trunk/libtorrent/include/libtorrent/asio/error_code.hpp

    r2234 r2305  
    4242 
    4343    /// Error codes from NetDB functions. 
    44     netdb_category = ASIO_WIN_OR_POSIX(_system_category, 1), 
     44    netdb_category = ASIO_WIN_OR_POSIX(system_category, 1), 
    4545 
    4646    /// Error codes from getaddrinfo. 
    47     addrinfo_category = ASIO_WIN_OR_POSIX(_system_category, 2), 
     47    addrinfo_category = ASIO_WIN_OR_POSIX(system_category, 2), 
    4848 
    4949    /// Miscellaneous error codes.