Changeset 74991 in vbox
- Timestamp:
- Oct 23, 2018 10:59:33 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/EBMLWriter.h
r74988 r74991 5 5 6 6 /* 7 * Copyright (C) 2013-201 7Oracle Corporation7 * Copyright (C) 2013-2018 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 24 24 using namespace com; 25 26 #ifdef LOG_GROUP27 # undef LOG_GROUP28 #endif29 #define LOG_GROUP LOG_GROUP_MAIN_DISPLAY30 #include "LoggingNew.h"31 25 32 26 #include <list>
Note:
See TracChangeset
for help on using the changeset viewer.