vbox的更動 62679 路徑 trunk/src/VBox/Main
- 時間撮記:
- 2016-7-29 下午12:52:10 (8 年 以前)
- 位置:
- trunk/src/VBox/Main
- 檔案:
-
- 修改 10 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/cbinding/VBoxCAPIGlue.c
r62485 r62679 44 44 # include <pthread.h> 45 45 #else /* WIN32 */ 46 # include < Windows.h>46 # include <iprt/win/windows.h> 47 47 #endif /* WIN32 */ 48 48 -
trunk/src/VBox/Main/src-all/VirtualBoxBase.cpp
r61326 r62679 25 25 26 26 #if !defined(VBOX_WITH_XPCOM) 27 #include < windows.h>27 #include <iprt/win/windows.h> 28 28 #include <dbghelp.h> 29 29 #else /* !defined(VBOX_WITH_XPCOM) */ -
trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
r62485 r62679 49 49 # define _WIN32_WINNT 0x0501 50 50 # include <Objbase.h> /* CoInitializeEx */ 51 # include < Windows.h> /* ShellExecuteEx, ++ */51 # include <iprt/win/windows.h> /* ShellExecuteEx, ++ */ 52 52 # ifdef DEBUG 53 53 # include <Sddl.h> -
trunk/src/VBox/Main/src-server/HostImpl.cpp
r62468 r62679 118 118 #ifdef RT_OS_WINDOWS 119 119 # define _WIN32_DCOM 120 # include < windows.h>120 # include <iprt/win/windows.h> 121 121 # include <shellapi.h> 122 122 # define INITGUID -
trunk/src/VBox/Main/src-server/win/HostDnsServiceWin.cpp
r62485 r62679 32 32 #include <VBox/log.h> 33 33 34 #include < Windows.h>34 #include <iprt/win/windows.h> 35 35 #include <windns.h> 36 36 #include <iptypes.h> -
trunk/src/VBox/Main/src-server/win/HostPowerWin.cpp
r62485 r62679 21 21 * Header Files * 22 22 *********************************************************************************************************************************/ 23 #include < windows.h>23 #include <iprt/win/windows.h> 24 24 /* Some SDK versions lack the extern "C" and thus cause linking failures. 25 25 * This workaround isn't pretty, but there are not many options. */ -
trunk/src/VBox/Main/src-server/win/NetIf-win.cpp
r60509 r62679 32 32 #include <winsock2.h> 33 33 #include <ws2tcpip.h> 34 #include < windows.h>34 #include <iprt/win/windows.h> 35 35 #include <tchar.h> 36 36 -
trunk/src/VBox/Main/src-server/win/PerformanceWin.cpp
r62485 r62679 26 26 #endif /* !_WIN32_WINNT */ 27 27 28 #include < windows.h>28 #include <iprt/win/windows.h> 29 29 #include <winternl.h> 30 30 #include <psapi.h> -
trunk/src/VBox/Main/src-server/win/svchlp.h
r62485 r62679 25 25 #include <VBox/err.h> 26 26 27 #include < windows.h>27 #include <iprt/win/windows.h> 28 28 29 29 struct SVCHlpMsg -
trunk/src/VBox/Main/src-server/win/svcmain.cpp
r62222 r62679 17 17 */ 18 18 19 #include < Windows.h>19 #include <iprt/win/windows.h> 20 20 #include <stdio.h> 21 21 #include <stdlib.h>
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器