Changeset 76585 in vbox for trunk/src/VBox/Installer/win/Stub
- Timestamp:
- Jan 1, 2019 6:31:29 AM (6 years ago)
- Location:
- trunk/src/VBox/Installer/win/Stub
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/VBoxStub.h
r76575 r76585 27 27 LPFN_ISWOW64PROCESS fnIsWow64Process; 28 28 29 #endif 29 #endif /* !VBOX_INCLUDED_SRC_Stub_VBoxStub_h */ 30 30 -
trunk/src/VBox/Installer/win/Stub/VBoxStubCertUtil.h
r76575 r76585 24 24 extern bool addCertToStore(DWORD dwDst, const char *pszStoreNm, const unsigned char kpCertBuf[], DWORD cbCertBuf); 25 25 26 #endif 26 #endif /* !VBOX_INCLUDED_SRC_Stub_VBoxStubCertUtil_h */ 27 27 -
trunk/src/VBox/Installer/win/Stub/resource.h
r76575 r76585 29 29 #define APP_MANIFEST 1 30 30 31 #endif 31 #endif /* !VBOX_INCLUDED_SRC_Stub_resource_h */ 32 32
Note:
See TracChangeset
for help on using the changeset viewer.