VirtualBox

Changeset 106086 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Sep 19, 2024 7:09:42 AM (8 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164859
Message:

IPRT/initterm.h: Don't expose RTR3Term() if we actually don't implement it (yet).

File:
1 edited

Legend:

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

    r106061 r106086  
    139139RTR3DECL(int) RTR3InitEx(uint32_t iVersion, uint32_t fFlags, int cArgs, char ***ppapszArgs, const char *pszProgramPath);
    140140
     141#if 0 /** @todo implement RTR3Term. */
    141142/**
    142143 * Terminates the runtime library.
    143144 */
    144145RTR3DECL(void) RTR3Term(void);
     146#endif
    145147
    146148/**
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