VirtualBox

Changeset 106096 in vbox for trunk/include/iprt/initterm.h


Ignore:
Timestamp:
Sep 19, 2024 1:28:11 PM (5 months ago)
Author:
vboxsync
Message:

Reverted r164859 (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

    r106086 r106096  
    139139RTR3DECL(int) RTR3InitEx(uint32_t iVersion, uint32_t fFlags, int cArgs, char ***ppapszArgs, const char *pszProgramPath);
    140140
    141 #if 0 /** @todo implement RTR3Term. */
    142141/**
    143142 * Terminates the runtime library.
    144143 */
    145144RTR3DECL(void) RTR3Term(void);
    146 #endif
    147145
    148146/**
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