From 984866d18a87833a37e10fd31829e3b7d7a596b3 Mon Sep 17 00:00:00 2001 From: vboxsync Date: Sun, 30 Dec 2018 05:55:44 +0000 Subject: HostDrivers: scm --fix-header-guards. bugref:9344 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76527 cfe28804-0f27-0410-a406-dd0f0b0b656f --- src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h') diff --git a/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h b/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h index ba077e898e5..aca7f549c6d 100644 --- a/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h +++ b/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h @@ -26,6 +26,9 @@ #ifndef ___VBoxUsbPnP_h___ #define ___VBoxUsbPnP_h___ +#ifndef RT_WITHOUT_PRAGMA_ONCE +# pragma once +#endif #include "VBoxUsbCmn.h" DECLHIDDEN(NTSTATUS) vboxUsbDispatchPnP(IN PDEVICE_OBJECT pDeviceObject, IN PIRP pIrp); -- cgit v1.2.1