Changeset 76517 in vbox
- Timestamp:
- Dec 30, 2018 5:19:23 AM (6 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 4 edited
-
include/EBML_MKV.h (modified) (1 diff)
-
include/win/resource.h (modified) (1 diff)
-
src-server/solaris/DynLoadLibSolaris.h (modified) (1 diff)
-
src-server/xpcom/server.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/EBML_MKV.h
r76487 r76517 18 18 #ifndef ____H_EBMLMKV 19 19 #define ____H_EBMLMKV 20 21 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 21 # pragma once 23 22 #endif 23 24 24 25 25 /** Matroska EBML Class IDs supported by WebM. -
trunk/src/VBox/Main/include/win/resource.h
r69500 r76517 19 19 #ifndef __H_RESOURCEVBOXCOM 20 20 #define __H_RESOURCEVBOXCOM 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/Main/src-server/solaris/DynLoadLibSolaris.h
r69500 r76517 18 18 #ifndef ____H_DYN_LOAD_LIB_SOLARIS 19 19 #define ____H_DYN_LOAD_LIB_SOLARIS 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #define LIB_DLPI "libdlpi.so.1" -
trunk/src/VBox/Main/src-server/xpcom/server.h
r69500 r76517 19 19 #ifndef ____H_LINUX_SERVER 20 20 #define ____H_LINUX_SERVER 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <VBox/com/com.h>
Note:
See TracChangeset
for help on using the changeset viewer.

