summaryrefslogtreecommitdiff
path: root/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2018-12-30 05:55:44 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2018-12-30 05:55:44 +0000
commit984866d18a87833a37e10fd31829e3b7d7a596b3 (patch)
treed23ad21ab5e1b1fb754897dc426c95012bf6a48c /src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h
parent010df939521d50d1ca69293ccb8a2d48e33dc222 (diff)
downloadVirtualBox-svn-984866d18a87833a37e10fd31829e3b7d7a596b3.tar.gz
HostDrivers: scm --fix-header-guards. bugref:9344
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76527 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h')
-rw-r--r--src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h3
1 files changed, 3 insertions, 0 deletions
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);