Changeset 76568 in vbox for trunk/src/VBox/HostDrivers/darwin
- Timestamp:
- Jan 1, 2019 4:34:11 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127870
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/darwin/VBoxNetSend.h
r76553 r76568 27 27 /** @todo move this to src/VBox/HostDrivers/darwin as a .cpp file. */ 28 28 29 #ifndef ___VBox_VBoxNetSend_h30 #define ___VBox_VBoxNetSend_h29 #ifndef VBOX_INCLUDED_SRC_darwin_VBoxNetSend_h 30 #define VBOX_INCLUDED_SRC_darwin_VBoxNetSend_h 31 31 #ifndef RT_WITHOUT_PRAGMA_ONCE 32 32 # pragma once … … 108 108 #endif /* RT_OS_DARWIN */ 109 109 110 #endif /* ! ___VBox_VBoxNetSend_h */110 #endif /* !VBOX_INCLUDED_SRC_darwin_VBoxNetSend_h */ 111 111
Note:
See TracChangeset
for help on using the changeset viewer.