Changeset 67914 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 11, 2017 8:46:37 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116906
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r67531 r67914 589 589 }; 590 590 591 #endif // ____H_DISPLAYIMPL591 #endif // !____H_DISPLAYIMPL 592 592 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/HGCMObjects.h
r62485 r67914 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * HGCMObjects - Host-Guest Communication Manager objects header. 5 4 */ … … 17 16 */ 18 17 19 #ifndef __HGCMOBJECTS__H 20 #define __HGCMOBJECTS__H 21 22 #define LOG_GROUP_MAIN_OVERRIDE LOG_GROUP_HGCM 23 #include "Logging.h" 18 #ifndef ___HGCMOBJECTS__H 19 #define ___HGCMOBJECTS__H 24 20 25 21 #include <iprt/assert.h> … … 115 111 void hgcmObjSetHandleCount(uint32_t u32HandleCount); 116 112 117 #endif /* __HGCMOBJECTS__H */113 #endif /* !___HGCMOBJECTS__H */
Note:
See TracChangeset
for help on using the changeset viewer.