vbox的更動 29250 路徑 trunk/src/VBox/Main/include/netif.h
- 時間撮記:
- 2010-5-9 下午05:53:58 (15 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/include/netif.h
r28800 r29250 21 21 #include <iprt/types.h> 22 22 #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. */ 23 25 #include <iprt/asm.h> 24 26 25 27 #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 */ 29 31 30 32 #define VBOXNET_IPV4ADDR_DEFAULT 0x0138A8C0 /* 192.168.56.1 */ … … 158 160 } 159 161 160 #endif /* ___netif_h */162 #endif /* !___netif_h */ 161 163 /* vi: set tabstop=4 shiftwidth=4 expandtab: */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器