- Timestamp:
- Dec 30, 2018 5:59:16 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127831
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.h
r69500 r76529 18 18 #ifndef ___VBoxInstallHelper_Common_h 19 19 #define ___VBoxInstallHelper_Common_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #if (_MSC_VER < 1400) /* Provide _stprintf_s to VC < 8.0. */ -
trunk/src/VBox/Installer/win/Resources/resource.h
r69500 r76529 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_win_Resources_resource_h 19 #define VBOX_INCLUDED_win_Resources_resource_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 23 18 24 #define IDI_VIRTUALBOX 101 19 25 … … 27 33 #define IDI_FILETYPE_VBOX_VHD 305 28 34 #define IDI_FILETYPE_VBOX_HDD 306 35 36 #endif -
trunk/src/VBox/Installer/win/Stub/VBoxStub.h
r69500 r76529 16 16 */ 17 17 18 #pragma once 18 #ifndef VBOX_INCLUDED_win_Stub_VBoxStub_h 19 #define VBOX_INCLUDED_win_Stub_VBoxStub_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #define VBOX_STUB_TITLE "VirtualBox Installer" … … 23 27 LPFN_ISWOW64PROCESS fnIsWow64Process; 24 28 29 #endif 30 -
trunk/src/VBox/Installer/win/Stub/VBoxStubCertUtil.h
r69500 r76529 16 16 */ 17 17 18 #pragma once 18 #ifndef VBOX_INCLUDED_win_Stub_VBoxStubCertUtil_h 19 #define VBOX_INCLUDED_win_Stub_VBoxStubCertUtil_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 extern bool addCertToStore(DWORD dwDst, const char *pszStoreNm, const unsigned char kpCertBuf[], DWORD cbCertBuf); 25 26 #endif 27 -
trunk/src/VBox/Installer/win/Stub/resource.h
r69500 r76529 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_win_Stub_resource_h 19 #define VBOX_INCLUDED_win_Stub_resource_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 18 23 19 24 #define IDI_VIRTUALBOX 101 … … 24 29 #define APP_MANIFEST 1 25 30 31 #endif 32 -
trunk/src/VBox/Installer/win/StubBld/VBoxStubBld.h
r69500 r76529 18 18 #ifndef ___VBoxStubBld_h___ 19 19 #define ___VBoxStubBld_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #define VBOXSTUB_MAX_PACKAGES 128
Note:
See TracChangeset
for help on using the changeset viewer.