Changeset 68675 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Sep 6, 2017 10:08:59 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117906
- Location:
- trunk/include/VBox/HostServices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r68660 r68675 75 75 * HGCM parameter structures. 76 76 */ 77 #pragma pack 77 #pragma pack(1) 78 78 typedef struct _VBoxClipboardGetHostMsg 79 79 { … … 131 131 #define VBOX_SHARED_CLIPBOARD_CPARMS_WRITE_DATA 2 132 132 133 #pragma pack 133 #pragma pack() 134 134 135 135 #endif -
trunk/include/VBox/HostServices/VBoxOGLOp.h
r62476 r68675 28 28 #define ___VBox_HostService_VBoxOGLOp_h 29 29 30 #include <iprt/types.h> 31 30 32 #ifdef VBOX_OGL_GUEST_SIDE 31 33 /************************************************************************************************************ … … 517 519 } 518 520 519 #elif VBOX_OGL_HOST_SIDE521 #elif defined(VBOX_OGL_HOST_SIDE) 520 522 521 523 /************************************************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.