Changeset 76526 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Dec 30, 2018 5:52:33 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127828
- Location:
- trunk/src/VBox/HostServices/SharedClipboard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxClipboard.h
r75498 r76526 18 18 #ifndef ___VBOXCLIPBOARD_H 19 19 #define ___VBOXCLIPBOARD_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/hgcmsvc.h> -
trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h
r75498 r76526 18 18 #ifndef ___DARWIN_PASTEBOARD_H 19 19 #define ___DARWIN_PASTEBOARD_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 typedef struct OpaquePasteboardRef *PasteboardRef;
Note:
See TracChangeset
for help on using the changeset viewer.