Changeset 104692 in vbox for trunk/src/VBox/ImageMounter/vboximg-mount
- Timestamp:
- May 16, 2024 3:51:25 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp
r103454 r104692 5 5 6 6 /* 7 * Copyright (C) 2009-202 3Oracle and/or its affiliates.7 * Copyright (C) 2009-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as … … 72 72 #include <VBox/com/errorprint.h> 73 73 #include <VBox/vd-plugin.h> 74 #include <VBox/version.h> /* VBOX_PUEL_PRODUCT */ 74 75 #include <iprt/initterm.h> 75 76 #include <iprt/assert.h> … … 105 106 #endif 106 107 107 #define VBOX_EXTPACK "Oracle VM VirtualBox Extension Pack"108 #define VBOX_EXTPACK VBOX_PUEL_PRODUCT 108 109 #define VERBOSE g_vboximgOpts.fVerbose 109 110
Note:
See TracChangeset
for help on using the changeset viewer.