diff options
author | Andy Wingo <wingo@pobox.com> | 2014-02-07 15:25:49 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2014-02-07 15:25:49 +0100 |
commit | 479fc9a5caca8592da5cc84570fbf2335c632d6c (patch) | |
tree | 710ade387d04b55871f4282b55ca5df978c06bea /lib/msvc-inval.c | |
parent | b00c9b221401082449fd733a78bb1b4f88e41ebe (diff) | |
parent | 5e69ceb7a667377a61cb0c31d7ac20e245b3fafd (diff) | |
download | guile-479fc9a5caca8592da5cc84570fbf2335c632d6c.tar.gz |
Merge commit '5e69ceb7a667377a61cb0c31d7ac20e245b3fafd'
Diffstat (limited to 'lib/msvc-inval.c')
-rw-r--r-- | lib/msvc-inval.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/msvc-inval.c b/lib/msvc-inval.c index 5e59da70a..84190d097 100644 --- a/lib/msvc-inval.c +++ b/lib/msvc-inval.c @@ -1,5 +1,5 @@ /* Invalid parameter handler for MSVC runtime libraries. - Copyright (C) 2011-2013 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -28,7 +28,7 @@ # if MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING -static void cdecl +static void __cdecl gl_msvc_invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, @@ -45,7 +45,7 @@ gl_msvc_invalid_parameter_handler (const wchar_t *expression, # if defined _MSC_VER -static void cdecl +static void __cdecl gl_msvc_invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, @@ -94,7 +94,7 @@ gl_msvc_inval_current (void) } } -static void cdecl +static void __cdecl gl_msvc_invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, |