Changeset 99828 in vbox for trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp
- Timestamp:
- May 17, 2023 1:48:57 PM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157464
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp
r98639 r99828 100 100 typedef struct 101 101 { 102 P WSTR pApplicationId;103 P WSTR pDisplayName;104 P WSTR pProductName;105 P WSTR pMfgName;102 PCWSTR pApplicationId; 103 PCWSTR pDisplayName; 104 PCWSTR pProductName; 105 PCWSTR pMfgName; 106 106 } INSTALLERINFO, *PINSTALLERINFO; 107 107 typedef const PINSTALLERINFO PCINSTALLERINFO;
Note:
See TracChangeset
for help on using the changeset viewer.