Changeset 76563 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Jan 1, 2019 3:53:56 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h
r76553 r76563 17 17 */ 18 18 19 #ifndef ___vboxclient_vboxclient_h20 #define ___vboxclient_vboxclient_h19 #ifndef GA_INCLUDED_SRC_x11_VBoxClient_VBoxClient_h 20 #define GA_INCLUDED_SRC_x11_VBoxClient_VBoxClient_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 86 86 extern struct VBCLSERVICE **VBClDisplaySVGAX11Service(); 87 87 88 #endif /* ! ___vboxclient_vboxclient_h */88 #endif /* !GA_INCLUDED_SRC_x11_VBoxClient_VBoxClient_h */ -
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h
r76553 r76563 18 18 */ 19 19 20 #ifndef __Additions_linux_seamless_x11_h21 #define __Additions_linux_seamless_x11_h20 #ifndef GA_INCLUDED_SRC_x11_VBoxClient_seamless_x11_h 21 #define GA_INCLUDED_SRC_x11_VBoxClient_seamless_x11_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 259 259 }; 260 260 261 #endif /* __Additions_linux_seamless_x11_h not defined*/261 #endif /* !GA_INCLUDED_SRC_x11_VBoxClient_seamless_x11_h */ -
trunk/src/VBox/Additions/x11/VBoxClient/seamless.h
r76553 r76563 17 17 */ 18 18 19 #ifndef __Additions_client_seamless_host_h20 #define __Additions_client_seamless_host_h19 #ifndef GA_INCLUDED_SRC_x11_VBoxClient_seamless_h 20 #define GA_INCLUDED_SRC_x11_VBoxClient_seamless_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 111 111 }; 112 112 113 #endif /* __Additions_xclient_seamless_h not defined*/113 #endif /* !GA_INCLUDED_SRC_x11_VBoxClient_seamless_h */
Note:
See TracChangeset
for help on using the changeset viewer.