search for: 6b6d99d3

Displaying 2 results from an estimated 2 matches for "6b6d99d3".

2020 Mar 23
0
[PATCH nbdkit 1/3] include: Function indirection for PE DLL
...,7 @@ struct nbdkit_filter { (filter)._version = NBDKIT_VERSION_STRING; \ return &(filter); \ } +#endif #ifdef __cplusplus } diff --git a/include/nbdkit-plugin.h b/include/nbdkit-plugin.h index 7ff7bcee..6b6d99d3 100644 --- a/include/nbdkit-plugin.h +++ b/include/nbdkit-plugin.h @@ -140,8 +140,34 @@ struct nbdkit_plugin { int (*get_ready) (void); }; +#if defined(NBDKIT_INTERNAL) || !defined(WINDOWS_COMPAT) extern void nbdkit_set_error (int err); +#else +static void nbdkit_set_error (int err) +{ + _n...
2020 Mar 23
6
[PATCH nbdkit 0/3] msys2 support for review
I pushed a few of the msys2 patches upstream. I changed the way that $(SHARED_LDFLAGS) works so it's more to my liking, and the others were pushed unchanged. Three patches remain which I'm posting on the mailing list for proper review. Rich.