Changeset 76513 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- Dec 30, 2018 5:16:00 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127814
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/handletable.h
r69111 r76513 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 27 #ifndef RT_INCLUDED_common_misc_handletable_h 28 #define RT_INCLUDED_common_misc_handletable_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 26 32 27 33 … … 238 244 } 239 245 246 #endif 247
Note:
See TracChangeset
for help on using the changeset viewer.