Changeset 76520 in vbox for trunk/src/VBox/Devices/Network/lwip-new
- Timestamp:
- Dec 30, 2018 5:39:55 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127821
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/vbox/VBoxLwipCore.h
r69500 r76520 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 19 #ifndef __VBOXLWIPCORE_H__ 19 20 #define __VBOXLWIPCORE_H__ 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 20 24 21 25
Note:
See TracChangeset
for help on using the changeset viewer.