Changeset 6216 in vbox for trunk/include
- Timestamp:
- Dec 28, 2007 6:12:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r6208 r6216 482 482 /** @def DECLNORETURN 483 483 * How to declare a function which does not return. 484 * @note: This macro can be combined with other macros, for example 485 * @code 486 * EMR3DECL(DECLNORETURN(void)) foo(void); 487 * @endcode 484 488 */ 485 489 #ifdef _MSC_VER
Note:
See TracChangeset
for help on using the changeset viewer.