Changeset 106325 in vbox
- 时间戳:
- 2024-10-15 下午01:27:19 (3个月前)
- 文件:
-
- 修改了1个
图例:
- 未修改
- 增加
- 删除
-
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.