Changeset 59404 in vbox for trunk/include/iprt
- Timestamp:
- Jan 19, 2016 10:10:39 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105110
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/VBox-5.0 merged: 104938,104943,104950,104952-104953,104987-104988,104990
- Property svn:mergeinfo changed
-
trunk/include/iprt/initterm.h
r57942 r59404 57 57 /** The caller ensures that the argument bector is UTF-8. */ 58 58 #define RTR3INIT_FLAGS_UTF8_ARGV RT_BIT(3) 59 /** Indicates that this is a standalone application without any additional 60 * shared libraries in the application directory. Mainly windows loader mess. */ 61 #define RTR3INIT_FLAGS_STANDALONE_APP RT_BIT(4) 59 62 /** @} */ 60 63
Note:
See TracChangeset
for help on using the changeset viewer.