Changeset 76542 in vbox
- Timestamp:
- Dec 30, 2018 6:33:37 AM (6 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Artwork/win/.scm-settings
r69287 r76542 28 28 --license-ose-dual 29 29 30 /TemplateRsrcDefs.h: --no-fix-header-guards 31 -
trunk/src/VBox/Main/.scm-settings
r76521 r76542 32 32 --filter-out-files /src-server/usb.ids 33 33 /src-all/win/VBoxAPIWrap-precomp_gcc.h: --no-pragma-once 34 /src-all/win/VBoxAPIWrap-precomp_vcc.h: --no-fix-header-guards 35 /src-client/win/precomp_vcc.h: --no-fix-header-guards 36 /src-server/win/precomp_vcc.h: --no-fix-header-guards 34 37 35 38 # IDL and XML -
trunk/src/VBox/Main/cbinding/VBoxCAPIGlue.h.in
r69500 r76542 31 31 #ifndef ___VBoxCAPIGlue_h 32 32 #define ___VBoxCAPIGlue_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 33 36 34 37 #undef VBOX_WITH_GLUE -
trunk/src/VBox/Main/cbinding/VBoxCAPI_v2_2.h
r69500 r76542 41 41 #ifndef ___VirtualBox_CXPCOM_h 42 42 #define ___VirtualBox_CXPCOM_h 43 #ifndef RT_WITHOUT_PRAGMA_ONCE 44 # pragma once 45 #endif 43 46 44 47 #ifdef __cplusplus -
trunk/src/VBox/Main/cbinding/VBoxCAPI_v3_0.h
r69500 r76542 41 41 #ifndef ___VirtualBox_CXPCOM_h 42 42 #define ___VirtualBox_CXPCOM_h 43 #ifndef RT_WITHOUT_PRAGMA_ONCE 44 # pragma once 45 #endif 43 46 44 47 #ifdef __cplusplus -
trunk/src/VBox/Main/cbinding/VBoxCAPI_v3_1.h
r69500 r76542 41 41 #ifndef ___VirtualBox_CXPCOM_h 42 42 #define ___VirtualBox_CXPCOM_h 43 #ifndef RT_WITHOUT_PRAGMA_ONCE 44 # pragma once 45 #endif 43 46 44 47 #ifdef __cplusplus -
trunk/src/VBox/Main/cbinding/VBoxCAPI_v3_2.h
r69500 r76542 41 41 #ifndef ___VirtualBox_CXPCOM_h 42 42 #define ___VirtualBox_CXPCOM_h 43 #ifndef RT_WITHOUT_PRAGMA_ONCE 44 # pragma once 45 #endif 43 46 44 47 #ifdef __cplusplus -
trunk/src/VBox/Main/cbinding/VBoxCAPI_v4_0.h
r69500 r76542 41 41 #ifndef ___VirtualBox_CXPCOM_h 42 42 #define ___VirtualBox_CXPCOM_h 43 #ifndef RT_WITHOUT_PRAGMA_ONCE 44 # pragma once 45 #endif 43 46 44 47 #ifdef __cplusplus -
trunk/src/VBox/Main/cbinding/VBoxCAPI_v4_1.h
r69500 r76542 41 41 #ifndef ___VirtualBox_CXPCOM_h 42 42 #define ___VirtualBox_CXPCOM_h 43 #ifndef RT_WITHOUT_PRAGMA_ONCE 44 # pragma once 45 #endif 43 46 44 47 #ifdef __cplusplus -
trunk/src/VBox/Main/cbinding/VBoxCAPI_v4_2.h
r69500 r76542 41 41 #ifndef ___VirtualBox_CXPCOM_h 42 42 #define ___VirtualBox_CXPCOM_h 43 #ifndef RT_WITHOUT_PRAGMA_ONCE 44 # pragma once 45 #endif 43 46 44 47 #ifdef __cplusplus -
trunk/src/VBox/Main/cbinding/VBoxCAPI_v4_3.h
r69500 r76542 42 42 #ifndef ___VirtualBox_CAPI_h 43 43 #define ___VirtualBox_CAPI_h 44 #ifndef RT_WITHOUT_PRAGMA_ONCE 45 # pragma once 46 #endif 44 47 45 48 #ifdef _WIN32 -
trunk/src/VBox/Main/src-server/HostDnsService.h
r76366 r76542 18 18 #ifndef ___H_DNSHOSTSERVICE 19 19 #define ___H_DNSHOSTSERVICE 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 #include "VirtualBoxBase.h" 21 24 -
trunk/src/VBox/Main/src-server/darwin/iokit.h
r69500 r76542 18 18 #ifndef ___darwin_iokit_h___ 19 19 #define ___darwin_iokit_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/cdefs.h> -
trunk/src/VBox/Main/src-server/win/svchlp.h
r76070 r76542 18 18 #ifndef ___VBox_svchlp_h___ 19 19 #define ___VBox_svchlp_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBox/com/string.h" -
trunk/src/VBox/Main/testcase/tstUSBLinux.h
r69500 r76542 16 16 */ 17 17 18 19 18 #ifndef ____H_TSTUSBLINUX 20 19 #define ____H_TSTUSBLINUX 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 21 23 22 24 typedef int HRESULT; -
trunk/src/VBox/Main/webservice/vboxweb.h
r69500 r76542 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 18 #ifndef VBOX_INCLUDED_webservice_vboxweb_h 19 #define VBOX_INCLUDED_webservice_vboxweb_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 17 23 18 24 #define LOG_GROUP LOG_GROUP_WEBSERVICE … … 356 362 return g_EmptyWSDLID; 357 363 } 364 365 #endif 366
Note:
See TracChangeset
for help on using the changeset viewer.