noreturn RT #20257
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: platform.h,v 1.17 2008/12/01 03:51:47 marka Exp $ */
|
||||
/* $Id: platform.h,v 1.18 2009/09/29 15:06:07 fdupont Exp $ */
|
||||
|
||||
#ifndef ISC_PLATFORM_H
|
||||
#define ISC_PLATFORM_H 1
|
||||
@@ -63,6 +63,12 @@
|
||||
*/
|
||||
#undef ISC_PLATFORM_HAVESYSUNH
|
||||
|
||||
/*
|
||||
* Defines for the noreturn attribute.
|
||||
*/
|
||||
#define ISC_PLATFORM_NORETURN_PRE __declspec(noreturn)
|
||||
#define ISC_PLATFORM_NORETURN_POST
|
||||
|
||||
/*
|
||||
* Set up a macro for importing and exporting from the DLL
|
||||
*/
|
||||
|
||||
@@ -48,6 +48,7 @@ isc__app_run
|
||||
isc__app_shutdown
|
||||
isc__app_start
|
||||
isc__app_unblock
|
||||
isc_assertion_failed
|
||||
isc_assertion_setcallback
|
||||
isc_assertion_typetotext
|
||||
isc_backtrace_getsymbol
|
||||
@@ -552,7 +553,6 @@ syslog
|
||||
|
||||
EXPORTS
|
||||
|
||||
isc_assertion_failed DATA
|
||||
isc_commandline_argument DATA
|
||||
isc_commandline_errprint DATA
|
||||
isc_commandline_index DATA
|
||||
|
||||
Reference in New Issue
Block a user