vbox的更動 62679 路徑 trunk/src/VBox/HostServices
- 時間撮記:
- 2016-7-29 下午12:52:10 (8 年 以前)
- 位置:
- trunk/src/VBox/HostServices
- 檔案:
-
- 修改 6 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxClipboard-win.cpp
r62489 r62679 15 15 */ 16 16 17 #include < windows.h>17 #include <iprt/win/windows.h> 18 18 19 19 #include <VBox/HostServices/VBoxClipboardSvc.h> -
trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp
r62489 r62679 23 23 #include <iprt/stream.h> 24 24 #ifdef RT_OS_WINDOWS 25 # include < Windows.h>25 # include <iprt/win/windows.h> 26 26 #endif 27 27 #if !defined(RT_OS_WINDOWS) && !defined(RT_OS_OS2) -
trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp
r62489 r62679 1565 1565 #ifdef RT_OS_WINDOWS 1566 1566 #define WIN32_LEAN_AND_MEAN 1567 #include < windows.h>1567 #include <iprt/win/windows.h> 1568 1568 BOOL WINAPI DllMain(HINSTANCE hDLLInst, DWORD fdwReason, LPVOID lpvReserved) 1569 1569 { -
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.h
r54582 r62679 10 10 #ifdef WINDOWS 11 11 #define WIN32_LEAN_AND_MEAN 12 #include < windows.h>12 #include <iprt/win/windows.h> 13 13 #define RENDER_APIENTRY __stdcall 14 14 #define snprintf _snprintf -
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.c
r54668 r62679 7 7 8 8 #define WIN32_LEAN_AND_MEAN 9 #include < windows.h>9 #include <iprt/win/windows.h> 10 10 11 11 #include <stdlib.h> -
trunk/src/VBox/HostServices/auth/winlogon/winlogon.cpp
r62489 r62679 20 20 // #define AUTH_DEBUG 21 21 22 #include < Windows.h>22 #include <iprt/win/windows.h> 23 23 24 24 #include <VBox/VBoxAuth.h>
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器