Changeset 37951 in vbox for trunk/include
- Timestamp:
- Jul 14, 2011 10:13:59 AM (14 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mangling.h
r37818 r37951 829 829 # define RTMsgInfoV RT_MANGLER(RTMsgInfoV) 830 830 # define RTMsgInitFailure RT_MANGLER(RTMsgInitFailure) 831 # define RTMsgSetProgName RT_MANGLER(RTMsgSetProgName) 831 832 # define RTMsgWarning RT_MANGLER(RTMsgWarning) 832 833 # define RTMsgWarningV RT_MANGLER(RTMsgWarningV) -
trunk/include/iprt/message.h
r28800 r37951 37 37 * @{ 38 38 */ 39 40 /** 41 * Sets the program name to use. 42 * 43 * @returns IPRT status code. 44 * @param pszFormat The program name format string. 45 * @param ... Format arguments. 46 */ 47 RTDECL(int) RTMsgSetProgName(const char *pszFormat, ...); 39 48 40 49 /**
Note:
See TracChangeset
for help on using the changeset viewer.