Changeset 76540 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 30, 2018 6:26:37 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 90 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/.scm-settings
r69362 r76540 19 19 20 20 /Wine*/*.c: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos 21 /Wine*/*.h: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos 21 /Wine*/*.h: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos --no-fix-header-guards 22 22 /Wine*/wined3d/wined3d.def: --external-copyright 23 23 /Wine*/wined3d/wined3dwddm.def: --external-copyright … … 31 31 /Wine_new/vbox/VBoxDbgGl.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 32 32 /Wine_new/wined3d/vboxext.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 33 /Wine*/switcher/switcher.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 34 /Wine*/vbox/VBoxDbgGl.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 35 /Wine*/vbox/VBoxWineEx.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 36 /Wine*/wined3d/vboxext.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 37 /Wine*/wined3d/vboxsharedrc.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 33 /Wine*/switcher/switcher.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards 34 /Wine*/vbox/VBoxDbgGl.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards 35 /Wine*/vbox/VBoxWineEx.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards 36 /Wine*/wined3d/vboxext.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards 37 /Wine*/wined3d/vboxsharedrc.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards 38 38 39 39 /Wine*/vbox/libWineStub/include/config.h: --no-lgpl-disclaimer -
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/VBoxVideoLog.h
r69500 r76540 18 18 #ifndef VBOXVIDEOLOG_H 19 19 #define VBOXVIDEOLOG_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifndef VBOX_VIDEO_LOG_NAME -
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/VBoxVideoTools.h
r69500 r76540 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef ___VBoxVideoTools_h__ 18 19 #define ___VBoxVideoTools_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include <iprt/cdefs.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/VBoxMPIf.h
r75445 r76540 25 25 #ifndef ___VBoxMPIf_h___ 26 26 #define ___VBoxMPIf_h___ 27 #ifndef RT_WITHOUT_PRAGMA_ONCE 28 # pragma once 29 #endif 27 30 28 31 #include <VBoxVideo.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/xpdm/VBoxVideoIOCTL.h
r71592 r76540 18 18 #ifndef VBOXVIDEOIOCTL_H 19 19 #define VBOXVIDEOIOCTL_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/VMMDev.h> /* VBVAMEMORY */ -
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/xpdm/VBoxVideoPortAPI.h
r69500 r76540 18 18 #ifndef VBOXVIDEOPORTAPI_H 19 19 #define VBOXVIDEOPORTAPI_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* To maintain binary backward compatibility with older windows versions -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.h
r72621 r76540 18 18 #ifndef ___VBoxDispD3DRcIf_h__ 19 19 #define ___VBoxDispD3DRcIf_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxDispD3DCmn.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispCm.h
r69500 r76540 18 18 #ifndef ___VBoxDispCm_h___ 19 19 #define ___VBoxDispCm_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 typedef struct VBOXWDDMDISP_DEVICE *PVBOXWDDMDISP_DEVICE; -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.h
r75445 r76540 18 18 #ifndef ___VBoxDispD3D_h___ 19 19 #define ___VBoxDispD3D_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxDispD3DIf.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DBase.h
r69500 r76540 18 18 #ifndef ___VBoxDispD3DBase_h 19 19 #define ___VBoxDispD3DBase_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Include nt-and-windows.h here so we get NT_SUCCESS, but don't try if -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DCmn.h
r72010 r76540 18 18 #ifndef ___VBoxDispD3DCmn_h___ 19 19 #define ___VBoxDispD3DCmn_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxDispD3DBase.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DIf.h
r75445 r76540 18 18 #ifndef ___VBoxDispD3DIf_h___ 19 19 #define ___VBoxDispD3DIf_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifdef VBOX_WITH_MESA3D -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.h
r74670 r76540 18 18 #ifndef ___VBoxDispDbg_h__ 19 19 #define ___VBoxDispDbg_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #define VBOX_VIDEO_LOG_NAME "VBoxD3D" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispMpInternal.h
r69500 r76540 18 18 #ifndef ___VBoxDispMpInternal_h__ 19 19 #define ___VBoxDispMpInternal_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/win/windows.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispProfile.h
r69500 r76540 18 18 #ifndef ___VBoxDispProfile_h__ 19 19 #define ___VBoxDispProfile_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 #include "VBoxDispD3DCmn.h" 21 24 -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiBase.h
r76376 r76540 18 18 #ifndef ___VBoxUhgsmiBase_h__ 19 19 #define ___VBoxUhgsmiBase_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBoxUhgsmi.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiDisp.h
r69500 r76540 18 18 #ifndef ___VBoxUhgsmiDisp_h__ 19 19 #define ___VBoxUhgsmiDisp_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxUhgsmiBase.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiKmt.h
r69500 r76540 18 18 #ifndef ___VBoxUhgsmiKmt_h__ 19 19 #define ___VBoxUhgsmiKmt_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxDispD3DCmn.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/GaDdi.h
r75443 r76540 18 18 #ifndef ___GaDdi_h__ 19 19 #define ___GaDdi_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <d3dumddi.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/GaDrvEnvWddm.h
r75630 r76540 18 18 #ifndef ___GaDrvEnvWddm_h__ 19 19 #define ___GaDrvEnvWddm_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBoxGaDriver.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxD3DAdapter9.h
r75443 r76540 20 20 #ifndef ___VBoxD3DAdapter9_h__ 21 21 #define ___VBoxD3DAdapter9_h__ 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "VBoxPresent.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxGaD3DDevice9Ex.h
r75443 r76540 18 18 */ 19 19 20 21 20 #ifndef ___VBoxGaD3DDevice9Ex_h__ 22 21 #define ___VBoxGaD3DDevice9Ex_h__ 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 23 25 24 26 #include "VBoxPresent.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxGallium.h
r75443 r76540 18 18 #ifndef ___VBoxGallium_h__ 19 19 #define ___VBoxGallium_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/win/d3d9.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxPresent.h
r75443 r76540 20 20 #ifndef ___VBoxPresent_h__ 21 21 #define ___VBoxPresent_h__ 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include <iprt/win/d3d9.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/test/d3d9render.h
r75443 r76540 18 18 #ifndef __D3D9RENDER__H 19 19 #define __D3D9RENDER__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "d3dhlp.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/test/d3dhlp.h
r75443 r76540 18 18 #ifndef __D3DHLP__H 19 19 #define __D3DHLP__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifdef VBOX -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/shared/VBoxDispKmt.h
r69500 r76540 18 18 #ifndef ___VBoxDispKmt_h__ 19 19 #define ___VBoxDispKmt_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <D3dkmthk.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/shared/VBoxDispMpLogger.h
r69500 r76540 23 23 #ifndef ___VBoxDispMpLogger_h__ 24 24 #define ___VBoxDispMpLogger_h__ 25 #ifndef RT_WITHOUT_PRAGMA_ONCE 26 # pragma once 27 #endif 25 28 26 29 #include <iprt/cdefs.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDisp.h
r69500 r76540 18 18 #ifndef VBOXDISP_H 19 19 #define VBOXDISP_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxDispInternal.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDDraw.h
r69500 r76540 18 18 #ifndef VBOXDISPDDRAW_H 19 19 #define VBOXDISPDDRAW_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <winddi.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDrawCmd.h
r69500 r76540 18 18 #ifndef VBOXDISPDRAWCMD_H 19 19 #define VBOXDISPDRAWCMD_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #define VBVA_DECL_OP(__fn, __args) \ -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispInternal.h
r71592 r76540 18 18 #ifndef VBOXDISPINTERNAL_H 19 19 #define VBOXDISPINTERNAL_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/cdefs.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispMini.h
r69500 r76540 18 18 #ifndef VBOXDISPMINI_H 19 19 #define VBOXDISPMINI_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxDisp.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVHWA.h
r71592 r76540 18 18 #ifndef VBOXDISPVHWA_H 19 19 #define VBOXDISPVHWA_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxDisp.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVrdpBmp.h
r69500 r76540 18 18 #ifndef VBOXDISPVRDPBMP_H 19 19 #define VBOXDISPVRDPBMP_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* RDP cache holds about 350 tiles 64x64. Therefore -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.h
r69500 r76540 18 18 #ifndef VBOXMPCOMMON_H 19 19 #define VBOXMPCOMMON_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxMPDevExt.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPDevExt.h
r75445 r76540 18 18 #ifndef VBOXMPDEVEXT_H 19 19 #define VBOXMPDEVEXT_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxMPUtils.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPHGSMI.h
r69500 r76540 18 18 #ifndef VBOXMPHGSMI_H 19 19 #define VBOXMPHGSMI_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxMPDevExt.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.h
r75403 r76540 18 18 #ifndef VBOXMPUTILS_H 19 19 #define VBOXMPUTILS_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /*Sanity check*/ -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCm.h
r69500 r76540 18 18 #ifndef ___VBoxMPCm_h___ 19 19 #define ___VBoxMPCm_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 typedef struct VBOXVIDEOCM_MGR -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCr.h
r71596 r76540 18 18 #ifndef ___VBoxMPCr_h__ 19 19 #define ___VBoxMPCr_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifdef VBOX_WITH_CROGL -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.h
r71196 r76540 18 18 #ifndef ___VBoxMPMisc_h__ 19 19 #define ___VBoxMPMisc_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "../../common/VBoxVideoTools.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPShgsmi.h
r71596 r76540 18 18 #ifndef ___VBoxMPShgsmi_h___ 19 19 #define ___VBoxMPShgsmi_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/cdefs.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPTypes.h
r75445 r76540 18 18 #ifndef ___VBoxMPTypes_h___ 19 19 #define ___VBoxMPTypes_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 typedef struct _VBOXMP_DEVEXT *PVBOXMP_DEVEXT; -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVModes.h
r69500 r76540 18 18 #ifndef ___VBoxMPVModes_h__ 19 19 #define ___VBoxMPVModes_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 //#include "../../common/VBoxVideoTools.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.h
r71596 r76540 18 18 #ifndef ___VBoxMPVbva_h___ 19 19 #define ___VBoxMPVbva_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> /* for VBOXCALL */ -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.h
r73097 r76540 18 18 #ifndef ___VBoxMPVdma_h___ 19 19 #define ___VBoxMPVdma_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/cdefs.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVhwa.h
r73097 r76540 18 18 #ifndef ___VBoxMPVhwa_h___ 19 19 #define ___VBoxMPVhwa_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/cdefs.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.h
r69500 r76540 18 18 #ifndef ___VBoxMPVidPn_h___ 19 19 #define ___VBoxMPVidPn_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #define VBOXVDPN_C_DISPLAY_HBLANK_SIZE 200 -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.h
r75403 r76540 18 18 #ifndef ___VBoxMPWddm_h___ 19 19 #define ___VBoxMPWddm_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #define VBOX_WDDM_DRIVERNAME L"VBoxWddm" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/Svga.h
r75697 r76540 18 18 #ifndef ___Svga_h__ 19 19 #define ___Svga_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxMPGaUtils.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/SvgaCmd.h
r75655 r76540 18 18 #ifndef ___SvgaCmd_h__ 19 19 #define ___SvgaCmd_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "SvgaHw.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/SvgaFifo.h
r75443 r76540 18 18 #ifndef ___SvgaFifo_h__ 19 19 #define ___SvgaFifo_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "Svga.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/SvgaHw.h
r75443 r76540 18 18 #ifndef ___SvgaHw_h__ 19 19 #define ___SvgaHw_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "Svga.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaUtils.h
r75443 r76540 18 18 #ifndef ___VBoxMPGaUtils_h__ 19 19 #define ___VBoxMPGaUtils_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/nt/ntddk.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaWddm.h
r75697 r76540 18 18 #ifndef ___VBoxMPGaWddm_h__ 19 19 #define ___VBoxMPGaWddm_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "common/VBoxMPDevExt.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPInternal.h
r71592 r76540 18 18 #ifndef VBOXMPINTERNAL_H 19 19 #define VBOXMPINTERNAL_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "common/VBoxMPUtils.h" -
trunk/src/VBox/Additions/WINNT/Installer/InstallHelper/exdll.h
r62679 r76540 21 21 #ifndef _EXDLL_H_ 22 22 #define _EXDLL_H_ 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 # pragma once 25 #endif 23 26 24 27 #include <iprt/win/windows.h> -
trunk/src/VBox/Additions/WINNT/Installer/Loader/resource.h
r69500 r76540 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_Installer_Loader_resource_h 19 #define VBOX_INCLUDED_Installer_Loader_resource_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 23 18 24 #define IDI_VIRTUALBOX 101 25 26 #endif 27 -
trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMF.h
r69500 r76540 18 18 #ifndef VBOXMF_H 19 19 #define VBOXMF_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/cdefs.h> -
trunk/src/VBox/Additions/WINNT/Mouse/common/VBoxMouseLog.h
r69500 r76540 18 18 #ifndef VBOXMOUSELOG_H 19 19 #define VBOXMOUSELOG_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/log.h> -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsf.h
r69500 r76540 18 18 #ifndef VBSF_H 19 19 #define VBSF_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfhlp.h
r69500 r76540 18 18 #ifndef __VBSFHLP__H 19 19 #define __VBSFHLP__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/nt/nt.h> /* includes ntifs.h and wdm.h */ -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfshared.h
r69500 r76540 21 21 #ifndef VBSFSHARED_H 22 22 #define VBSFSHARED_H 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 # pragma once 25 #endif 23 26 24 27 /* The network provider name for shared folders. */ -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvCredential.h
r67814 r76540 18 18 #ifndef ___VBOX_CREDPROV_CREDENTIAL_H___ 19 19 #define ___VBOX_CREDPROV_CREDENTIAL_H___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvFactory.h
r69500 r76540 18 18 #ifndef ___VBOX_CREDPROV_FACTORY_H___ 19 19 #define ___VBOX_CREDPROV_FACTORY_H___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/win/windows.h> -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvPoller.h
r69500 r76540 18 18 #ifndef ___VBOX_CREDPROV_POLLER_H___ 19 19 #define ___VBOX_CREDPROV_POLLER_H___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/critsect.h> -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvProvider.h
r69500 r76540 18 18 #ifndef ___VBOX_CREDPROV_PROVIDER_H___ 19 19 #define ___VBOX_CREDPROV_PROVIDER_H___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <credentialprovider.h> -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvUtils.h
r69500 r76540 17 17 #ifndef ___VBOX_CREDPROV_UTILS_H___ 18 18 #define ___VBOX_CREDPROV_UTILS_H___ 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 #include <VBox/VBoxGuestLib.h> -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredentialProvider.h
r67809 r76540 18 18 #ifndef ___VBOX_CREDENTIALPROVIDER_H___ 19 19 #define ___VBOX_CREDENTIALPROVIDER_H___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/win/windows.h> -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Dialog.h
r69500 r76540 18 18 #ifndef ___H_GINADIALOG 19 19 #define ___H_GINADIALOG 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 void hookDialogBoxes(PVOID pWinlogonFunctions, DWORD dwWlxVersion); -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.h
r69500 r76540 18 18 #ifndef ___H_GINAHELPER 19 19 #define ___H_GINAHELPER 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/VBoxGuestLib.h> -
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.h
r69500 r76540 18 18 #ifndef __VBOXGINA_H__ 19 19 #define __VBOXGINA_H__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /** Handle to Winlogon service */ -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.h
r69500 r76540 18 18 #ifndef __VBOXSERVICESHAREDCLIPLBOARD__H 19 19 #define __VBOXSERVICESHAREDCLIPLBOARD__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #endif /* !__VBOXSERVICESHAREDCLIPLBOARD__H */ -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.h
r72611 r76540 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 18 #ifndef VBOX_INCLUDED_VBoxTray_VBoxDispIf_h 19 #define VBOX_INCLUDED_VBoxTray_VBoxDispIf_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 17 23 18 24 #include <iprt/cdefs.h> … … 113 119 DWORD VBoxDispIfSeamlessSubmit(VBOXDISPIF_SEAMLESS *pSeamless, VBOXDISPIFESCAPE *pData, int cbData); 114 120 121 #endif 122 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.h
r69500 r76540 18 18 #ifndef __VBOXSERVICEDISPLAY__H 19 19 #define __VBOXSERVICEDISPLAY__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 DWORD VBoxDisplayGetCount(); -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.h
r76105 r76540 18 18 #ifndef __VBOXTRAYDND__H 19 19 #define __VBOXTRAYDND__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/critsect.h> -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHelpers.h
r69500 r76540 18 18 #ifndef ___VBOXTRAY_HELPERS_H 19 19 #define ___VBOXTRAY_HELPERS_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 // #define DEBUG_DISPLAY_CHANGE -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHostVersion.h
r69500 r76540 19 19 #ifndef ___VBoxHostVersion_h 20 20 #define ___VBoxHostVersion_h 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 int VBoxCheckHostVersion(); -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxIPC.h
r69500 r76540 20 20 #ifndef __VBOXTRAYIPCSERVER__H 21 21 #define __VBOXTRAYIPCSERVER__H 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 int VBoxIPCInit (const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread); -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxLA.h
r69500 r76540 18 18 #ifndef __VBOXSERVICELA__H 19 19 #define __VBOXSERVICELA__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #endif /* !__VBOXSERVICELA__H */ -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.h
r69500 r76540 18 18 #ifndef __VBOXSERVICESEAMLESS__H 19 19 #define __VBOXSERVICESEAMLESS__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 void VBoxSeamlessEnable(); -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSharedFolders.h
r69500 r76540 18 18 #ifndef ___VBoxSharedFolders_h 19 19 #define ___VBoxSharedFolders_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 int VBoxSharedFoldersAutoUnmount(void); -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.h
r76098 r76540 18 18 #ifndef ___VBOXTRAY_H 19 19 #define ___VBOXTRAY_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 # define _InterlockedExchange _InterlockedExchange_StupidDDKVsCompilerCrap -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTrayMsg.h
r69500 r76540 18 18 #ifndef ___VBOXTRAY_MSG_H 19 19 #define ___VBOXTRAY_MSG_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /** The IPC pipe's prefix (native). -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.h
r69500 r76540 18 18 #ifndef __VBOXSERVICEVRDP__H 19 19 #define __VBOXSERVICEVRDP__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* The restore service prototypes. */ -
trunk/src/VBox/Additions/WINNT/VBoxTray/resource.h
r69500 r76540 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_VBoxTray_resource_h 19 #define VBOX_INCLUDED_VBoxTray_resource_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 23 18 24 #define IDI_VIRTUALBOX 101 19 25 26 #endif -
trunk/src/VBox/Additions/WINNT/include/VBoxDisplay.h
r72366 r76540 17 17 #ifndef ___winnt_include_VBoxDisplay_h___ 18 18 #define ___winnt_include_VBoxDisplay_h___ 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 #include <iprt/types.h> -
trunk/src/VBox/Additions/WINNT/include/VBoxHook.h
r69500 r76540 18 18 #ifndef ___winnt_include_VBoxHook_h 19 19 #define ___winnt_include_VBoxHook_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* custom messages as we must install the hook from the main thread */ -
trunk/src/VBox/Additions/WINNT/tools/VBoxCertUtilResource-win.h
r69500 r76540 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_tools_VBoxCertUtilResource_win_h 19 #define VBOX_INCLUDED_tools_VBoxCertUtilResource_win_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 23 18 24 #define IDI_VIRTUALBOX 101 19 25 26 #endif 27
Note:
See TracChangeset
for help on using the changeset viewer.