VirtualBox

Ignore:
Timestamp:
Jul 8, 2020 9:13:30 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139064
Message:

*: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively for functions. bugref:9794

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/posix/SUPR3HardenedMain-posix.cpp

    r85121 r85124  
    139139RT_C_DECLS_BEGIN
    140140/** Resume patch for dlopen(), jumped to form assembly stub. */
    141 DECLHIDDEN(PFNDLOPEN)  g_pfnDlopenReal  = NULL;
     141DECL_HIDDEN_DATA(PFNDLOPEN)     g_pfnDlopenReal  = NULL;
    142142#ifdef SUP_HARDENED_WITH_DLMOPEN
    143143/** Resume patch for dlmopen(), jumped to form assembly stub. */
    144 DECLHIDDEN(PFNDLMOPEN) g_pfnDlmopenReal = NULL;
     144DECL_HIDDEN_DATA(PFNDLMOPEN)    g_pfnDlmopenReal = NULL;
    145145#endif
    146146RT_C_DECLS_END
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