Changeset 102660 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Dec 20, 2023 6:14:03 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160822
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/RTFsMountpointsEnum-win.cpp
r102659 r102660 40 40 *********************************************************************************************************************************/ 41 41 #include "internal/iprt.h" 42 #include <iprt/nt/nt-and-windows.h> 42 43 #include "internal-r3-win.h" 43 #include <iprt/file.h> 44 44 45 #include <iprt/asm.h> 45 46 #include <iprt/assert.h> 46 47 #include <iprt/errcore.h> 48 #include <iprt/file.h> 47 49 #include <iprt/once.h> 48 50 #include <iprt/path.h> … … 92 94 static DECLCALLBACK(int) rtFsWinResolveOnce(void *pvUser) 93 95 { 96 RT_NOREF(pvUser); 97 94 98 /* 95 99 * kernel32.dll volume APIs introduced after NT4.
Note:
See TracChangeset
for help on using the changeset viewer.