VirtualBox

Changeset 76529 in vbox for trunk


Ignore:
Timestamp:
Dec 30, 2018 5:59:16 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127831
Message:

Installer: scm --fix-header-guards. bugref:9344

Location:
trunk/src/VBox/Installer/win
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.h

    r69500 r76529  
    1818#ifndef ___VBoxInstallHelper_Common_h
    1919#define ___VBoxInstallHelper_Common_h
     20#ifndef RT_WITHOUT_PRAGMA_ONCE
     21# pragma once
     22#endif
    2023
    2124#if (_MSC_VER < 1400) /* Provide _stprintf_s to VC < 8.0. */
  • trunk/src/VBox/Installer/win/Resources/resource.h

    r69500 r76529  
    1616 */
    1717
     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
    1824#define IDI_VIRTUALBOX              101
    1925
     
    2733#define IDI_FILETYPE_VBOX_VHD       305
    2834#define IDI_FILETYPE_VBOX_HDD       306
     35
     36#endif
  • trunk/src/VBox/Installer/win/Stub/VBoxStub.h

    r69500 r76529  
    1616 */
    1717
    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
    1923
    2024#define VBOX_STUB_TITLE "VirtualBox Installer"
     
    2327LPFN_ISWOW64PROCESS fnIsWow64Process;
    2428
     29#endif
     30
  • trunk/src/VBox/Installer/win/Stub/VBoxStubCertUtil.h

    r69500 r76529  
    1616 */
    1717
    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
    1923
    2024extern 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  
    1616 */
    1717
     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
    1823
    1924#define IDI_VIRTUALBOX 101
     
    2429#define APP_MANIFEST 1
    2530
     31#endif
     32
  • trunk/src/VBox/Installer/win/StubBld/VBoxStubBld.h

    r69500 r76529  
    1818#ifndef ___VBoxStubBld_h___
    1919#define ___VBoxStubBld_h___
     20#ifndef RT_WITHOUT_PRAGMA_ONCE
     21# pragma once
     22#endif
    2023
    2124#define VBOXSTUB_MAX_PACKAGES 128
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette