Changeset 76582 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 1, 2019 6:25:48 AM (6 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart.h
r76553 r76582 16 16 */ 17 17 18 #ifndef __VBoxAutostart_h__19 #define __VBoxAutostart_h__18 #ifndef VBOX_INCLUDED_SRC_VBoxAutostart_VBoxAutostart_h 19 #define VBOX_INCLUDED_SRC_VBoxAutostart_VBoxAutostart_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 335 335 DECLHIDDEN(void) autostartShutdown(); 336 336 337 #endif /* __VBoxAutostart_h__*/338 337 #endif /* !VBOX_INCLUDED_SRC_VBoxAutostart_VBoxAutostart_h */ 338 -
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxWatchdogInternal.h
r76553 r76582 16 16 */ 17 17 18 #ifndef ___H_VBOXWATCHDOG19 #define ___H_VBOXWATCHDOG18 #ifndef VBOX_INCLUDED_SRC_VBoxBalloonCtrl_VBoxWatchdogInternal_h 19 #define VBOX_INCLUDED_SRC_VBoxBalloonCtrl_VBoxWatchdogInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 247 247 RT_C_DECLS_END 248 248 249 #endif /* ! ___H_VBOXWATCHDOG*/250 249 #endif /* !VBOX_INCLUDED_SRC_VBoxBalloonCtrl_VBoxWatchdogInternal_h */ 250 -
trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.h
r76553 r76582 16 16 */ 17 17 18 #ifndef ___H_VBOXBUGREPORT19 #define ___H_VBOXBUGREPORT18 #ifndef VBOX_INCLUDED_SRC_VBoxBugReport_VBoxBugReport_h 19 #define VBOX_INCLUDED_SRC_VBoxBugReport_VBoxBugReport_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 274 274 void createBugReportOsSpecific(BugReport* report, const char *pszHome); 275 275 276 #endif /* ! ___H_VBOXBUGREPORT*/276 #endif /* !VBOX_INCLUDED_SRC_VBoxBugReport_VBoxBugReport_h */ -
trunk/src/VBox/Frontends/VBoxFB/Framebuffer.h
r76553 r76582 15 15 */ 16 16 17 #ifndef __H_FRAMEBUFFER18 #define __H_FRAMEBUFFER17 #ifndef VBOX_INCLUDED_SRC_VBoxFB_Framebuffer_h 18 #define VBOX_INCLUDED_SRC_VBoxFB_Framebuffer_h 19 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 20 # pragma once … … 71 71 72 72 73 #endif / / !__H_FRAMEBUFFER73 #endif /* !VBOX_INCLUDED_SRC_VBoxFB_Framebuffer_h */ 74 74 -
trunk/src/VBox/Frontends/VBoxFB/Helper.h
r76553 r76582 17 17 */ 18 18 19 #ifndef __H_HELPER20 #define __H_HELPER19 #ifndef VBOX_INCLUDED_SRC_VBoxFB_Helper_h 20 #define VBOX_INCLUDED_SRC_VBoxFB_Helper_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 37 37 38 38 39 #endif / / __H_HELPER39 #endif /* !VBOX_INCLUDED_SRC_VBoxFB_Helper_h */ -
trunk/src/VBox/Frontends/VBoxFB/VBoxFB.h
r76553 r76582 17 17 */ 18 18 19 #ifndef __H_VBOXFB20 #define __H_VBOXFB19 #ifndef VBOX_INCLUDED_SRC_VBoxFB_VBoxFB_h 20 #define VBOX_INCLUDED_SRC_VBoxFB_VBoxFB_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 79 79 extern int scaleGuest; 80 80 81 #endif / / __H_VBOXFB81 #endif /* !VBOX_INCLUDED_SRC_VBoxFB_VBoxFB_h */ -
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
r76553 r76582 16 16 */ 17 17 18 #ifndef ___H_VBOXMANAGE19 #define ___H_VBOXMANAGE18 #ifndef VBOX_INCLUDED_SRC_VBoxManage_VBoxManage_h 19 #define VBOX_INCLUDED_SRC_VBoxManage_VBoxManage_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 336 336 #endif /* !VBOX_ONLY_DOCS */ 337 337 338 #endif /* ! ___H_VBOXMANAGE*/338 #endif /* !VBOX_INCLUDED_SRC_VBoxManage_VBoxManage_h */ -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.h
r76553 r76582 16 16 */ 17 17 18 #ifndef ___H_VBOXMANAGE_GUESTCTRL19 #define ___H_VBOXMANAGE_GUESTCTRL18 #ifndef VBOX_INCLUDED_SRC_VBoxManage_VBoxManageGuestCtrl_h 19 #define VBOX_INCLUDED_SRC_VBoxManage_VBoxManageGuestCtrl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 233 233 #endif /* !VBOX_ONLY_DOCS */ 234 234 235 #endif /* ! ___H_VBOXMANAGE_GUESTCTRL*/236 235 #endif /* !VBOX_INCLUDED_SRC_VBoxManage_VBoxManageGuestCtrl_h */ 236 -
trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h
r76553 r76582 18 18 */ 19 19 20 #ifndef __H_FRAMEBUFFER21 #define __H_FRAMEBUFFER20 #ifndef VBOX_INCLUDED_SRC_VBoxSDL_Framebuffer_h 21 #define VBOX_INCLUDED_SRC_VBoxSDL_Framebuffer_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 292 292 }; 293 293 294 #endif / / __H_FRAMEBUFFER294 #endif /* !VBOX_INCLUDED_SRC_VBoxSDL_Framebuffer_h */ -
trunk/src/VBox/Frontends/VBoxSDL/Helper.h
r76553 r76582 18 18 */ 19 19 20 #ifndef __H_HELPER21 #define __H_HELPER20 #ifndef VBOX_INCLUDED_SRC_VBoxSDL_Helper_h 21 #define VBOX_INCLUDED_SRC_VBoxSDL_Helper_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 54 54 #endif /* defined(VBOX_WITH_XPCOM) && !defined(RT_OS_DARWIN) && !defined(RT_OS_OS2) */ 55 55 56 #endif / / __H_HELPER56 #endif /* !VBOX_INCLUDED_SRC_VBoxSDL_Helper_h */ 57 57 -
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.h
r76553 r76582 18 18 */ 19 19 20 #ifndef __H_VBOXSDL21 #define __H_VBOXSDL20 #ifndef VBOX_INCLUDED_SRC_VBoxSDL_VBoxSDL_h 21 #define VBOX_INCLUDED_SRC_VBoxSDL_VBoxSDL_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 92 92 #endif 93 93 94 #endif 94 #endif /* !VBOX_INCLUDED_SRC_VBoxSDL_VBoxSDL_h */
Note:
See TracChangeset
for help on using the changeset viewer.