Changeset 106096 in vbox for trunk/include/iprt/initterm.h
- Timestamp:
- Sep 19, 2024 1:28:11 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/initterm.h
r106086 r106096 139 139 RTR3DECL(int) RTR3InitEx(uint32_t iVersion, uint32_t fFlags, int cArgs, char ***ppapszArgs, const char *pszProgramPath); 140 140 141 #if 0 /** @todo implement RTR3Term. */142 141 /** 143 142 * Terminates the runtime library. 144 143 */ 145 144 RTR3DECL(void) RTR3Term(void); 146 #endif147 145 148 146 /**
Note:
See TracChangeset
for help on using the changeset viewer.