Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F5301854
gnulib.patch
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
956 B
Referenced Files
None
Subscribers
None
gnulib.patch
View Options
--- a/lib/msvc-inval.c
+++ b/lib/msvc-inval.c
@@ -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,
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Jul 10, 10:06 AM (18 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1288284
Default Alt Text
gnulib.patch (956 B)
Attached To
Mode
rFRED fred
Attached
Detach File
Event Timeline
Log In to Comment