Changeset 76563 in vbox for trunk/src/VBox/Additions/darwin/VBoxClient
- Timestamp:
- Jan 1, 2019 3:53:56 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127865
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientInternal.h
r76553 r76563 16 16 */ 17 17 18 #ifndef ___VBoxClientInternal_h19 #define ___VBoxClientInternal_h18 #ifndef GA_INCLUDED_SRC_darwin_VBoxClient_VBoxClientInternal_h 19 #define GA_INCLUDED_SRC_darwin_VBoxClient_VBoxClientInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 100 100 extern int vbclClipboardForwardToHost(uint32_t u32ClientId, PasteboardRef pPasteboard, uint32_t fFormats); 101 101 102 #endif /* ___VBoxClientInternal_h */102 #endif /* !GA_INCLUDED_SRC_darwin_VBoxClient_VBoxClientInternal_h */
Note:
See TracChangeset
for help on using the changeset viewer.