VirtualBox

Changeset 58132 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 9, 2015 12:09:37 AM (9 years ago)
Author:
vboxsync
Message:

*: Doxygen fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/ldr.h

    r57944 r58132  
    588588 * @param   pvUser          User argument.
    589589 */
    590 typedef DECLCALLBACK(int) RTLDRIMPORT(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol,
    591                                       PRTLDRADDR pValue, void *pvUser);
     590typedef DECLCALLBACK(int) FNRTLDRIMPORT(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol,
     591                                        PRTLDRADDR pValue, void *pvUser);
    592592/** Pointer to a FNRTLDRIMPORT() callback function. */
    593 typedef RTLDRIMPORT *PFNRTLDRIMPORT;
     593typedef FNRTLDRIMPORT *PFNRTLDRIMPORT;
    594594
    595595/**
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