VirtualBox

Ignore:
Timestamp:
Jul 17, 2007 6:33:02 AM (17 years ago)
Author:
vboxsync
Message:

replace underscore symbols in Devices/

Location:
trunk/src/VBox/Devices/Network/slirp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.h

    r1824 r3666  
    22#define __COMMON_H__
    33
    4 #ifdef __WIN__
     4#ifdef RT_OS_WINDOWS
    55# include <winsock2.h>
    66typedef int socklen_t;
     
    2626#include <VBox/log.h>
    2727#include <iprt/mem.h>
    28 #ifdef __WIN__
     28#ifdef RT_OS_WINDOWS
    2929# include <windows.h>
    3030# include <io.h>
  • trunk/src/VBox/Devices/Network/slirp/socket.c

    r3226 r3666  
    592592            (bind(s,(struct sockaddr *)&addr, sizeof(addr)) < 0) ||
    593593            (listen(s,1) < 0)) {
    594 #ifdef __WIN__
     594#ifdef RT_OS_WINDOWS
    595595                int tmperrno = WSAGetLastError(); /* Don't clobber the real reason we failed */
    596596                closesocket(s);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette