VirtualBox

Ignore:
Timestamp:
May 25, 2022 8:38:50 PM (3 years ago)
Author:
vboxsync
Message:

IPRT/RTPathQueryInfo-nt.cpp: The g_pfnNtQueryFullAttributesFile type must match the init-win.cpp version exactly (noexcept/c++17).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp

    r93115 r95110  
    5151*   Global Variables                                                                                                             *
    5252*********************************************************************************************************************************/
    53 extern decltype(NtQueryFullAttributesFile) *g_pfnNtQueryFullAttributesFile; /* init-win.cpp */
     53typedef NTSTATUS (NTAPI *PFNNTQUERYFULLATTRIBUTESFILE)(struct _OBJECT_ATTRIBUTES *, struct _FILE_NETWORK_OPEN_INFORMATION *);
     54extern PFNNTQUERYFULLATTRIBUTESFILE g_pfnNtQueryFullAttributesFile; /* init-win.cpp */
    5455
    5556
Note: See TracChangeset for help on using the changeset viewer.

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