Changeset 21693 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Jul 17, 2009 1:55:39 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50244
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp
r21627 r21693 20 20 */ 21 21 22 #include <iprt/stdint.h> 23 22 #define LOG_GROUP LOG_GROUP_HGCM 24 23 #include <Carbon/Carbon.h> 25 24 … … 28 27 #include "iprt/err.h" 29 28 30 #define LOG_GROUP LOG_GROUP_HGCM31 29 #include "VBox/log.h" 32 30 #include "VBox/HostServices/VBoxClipboardSvc.h" … … 318 316 return rc; 319 317 } 318
Note:
See TracChangeset
for help on using the changeset viewer.