Changeset 106325 in vbox
- Timestamp:
- Oct 15, 2024 1:27:19 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/installation/VBoxWinDrvCommon.h
r106321 r106325 26 26 */ 27 27 28 #ifndef VBOX_INCLUDED_SRC_installation_VBoxWinDrvCommon_h 29 #define VBOX_INCLUDED_SRC_installation_VBoxWinDrvCommon_h 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 # pragma once 32 #endif 33 28 34 #if defined(RT_ARCH_AMD64) 29 35 # define VBOXWINDRVINF_NATIVE_ARCH_STR "AMD64" … … 47 53 int VBoxWinDrvInfQueryModelsSectionName(HINF hInf, PRTUTF16 *ppwszValue, PDWORD pcwcValue); 48 54 55 #endif /* !VBOX_INCLUDED_SRC_installation_VBoxWinDrvCommon_h */ 56
Note:
See TracChangeset
for help on using the changeset viewer.