Changeset 29122 in vbox for trunk/include/VBox
- Timestamp:
- May 6, 2010 9:13:22 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61183
- Location:
- trunk/include/VBox
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VDEPlug.h
r29058 r29122 28 28 #define VDEPLUG_GENERATE_HEADER 29 29 30 #include "VDEPlugSymDefs.h"30 #include <VBox/VDEPlugSymDefs.h> 31 31 32 32 #undef VDEPLUG_GENERATE_HEADER -
trunk/include/VBox/VDEPlugSymDefs.h
r29058 r29122 34 34 35 35 /** The file name of the DBus library */ 36 #define RT_RUNTIME_LOADER_LIB_NAME "libvdeplug.so.2" 36 #define VBOX_LIB_VDE_PLUG_NAME "libvdeplug.so.2" 37 #define RT_RUNTIME_LOADER_LIB_NAME VBOX_LIB_VDE_PLUG_NAME 37 38 38 39 /** The name of the loader function */
Note:
See TracChangeset
for help on using the changeset viewer.