VirtualBox

Changeset 102660 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Dec 20, 2023 6:14:03 PM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160822
Message:

IPRT/RTFsMountpointsEnum: Dynamically resolve some Windows volume APIs which are not in NT 3.51 [build fix]. ​bugref:10415

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/RTFsMountpointsEnum-win.cpp

    r102659 r102660  
    4040*********************************************************************************************************************************/
    4141#include "internal/iprt.h"
     42#include <iprt/nt/nt-and-windows.h>
    4243#include "internal-r3-win.h"
    43 #include <iprt/file.h>
    44 
     44
     45#include <iprt/asm.h>
    4546#include <iprt/assert.h>
    4647#include <iprt/errcore.h>
     48#include <iprt/file.h>
    4749#include <iprt/once.h>
    4850#include <iprt/path.h>
     
    9294static DECLCALLBACK(int) rtFsWinResolveOnce(void *pvUser)
    9395{
     96    RT_NOREF(pvUser);
     97
    9498    /*
    9599     * kernel32.dll volume APIs introduced after NT4.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette