Changeset 5286:6f2199830f0d in roaraudio for include


Ignore:
Timestamp:
11/22/11 13:08:39 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make use of h_errno if h_errno was found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/error.h

    r5252 r5286  
    7171#ifdef ROAR_TARGET_WIN32 
    7272 int winsock_error; // WSAGetLastError(), WSASetLastError() 
    73 #else 
     73#endif 
     74#ifdef ROAR_HAVE_VAR_H_ERRNO 
    7475 int syssock_herror; // h_errno 
    7576#endif 
Note: See TracChangeset for help on using the changeset viewer.