VirtualBox

忽略:
時間撮記:
2010-5-9 下午05:53:58 (15 年 以前)
作者:
vboxsync
訊息:

iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, don't include asm.h from sup.h. Fixed a couple file headers.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/include/netif.h

    r28800 r29250  
    2121#include <iprt/types.h>
    2222#include <iprt/net.h>
     23/** @todo r=bird: The inlined code below that drags in asm.h here. I doubt
     24 *        speed is very important here, so move it into a .cpp file, please. */
    2325#include <iprt/asm.h>
    2426
    2527#ifndef RT_OS_WINDOWS
    26 #include <arpa/inet.h>
    27 #include <stdio.h>
    28 #endif /* RT_OS_WINDOWS */
     28# include <arpa/inet.h>
     29# include <stdio.h>
     30#endif /* !RT_OS_WINDOWS */
    2931
    3032#define VBOXNET_IPV4ADDR_DEFAULT      0x0138A8C0  /* 192.168.56.1 */
     
    158160}
    159161
    160 #endif  /* ___netif_h */
     162#endif  /* !___netif_h */
    161163/* vi: set tabstop=4 shiftwidth=4 expandtab: */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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