Changeset 106086 in vbox for trunk/include/iprt
- Timestamp:
- Sep 19, 2024 7:09:42 AM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 164859
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/initterm.h
r106061 r106086 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. */ 141 142 /** 142 143 * Terminates the runtime library. 143 144 */ 144 145 RTR3DECL(void) RTR3Term(void); 146 #endif 145 147 146 148 /**
Note:
See TracChangeset
for help on using the changeset viewer.