wine/tools/widl
Rémi Bernon dc65f88654 widl: Generate helper macros for WinRT implementation.
This generates additional macros to help keeping implementation simple,
guarded with WIDL_using ifdefs, like this:

    #ifdef WIDL_using_Windows_Foo
    #define IFooVtbl __x_ABI_CWindows_CFoo_CIFooVtbl
    #define IFoo __x_ABI_CWindows_CFoo_CIFoo
    #define IFoo_DoFoo __x_ABI_CWindows_CFoo_CIFoo_DoFoo
    #endif /* WIDL_using_Windows_Foo */

Implementation files can define the desired WIDL_using preprocessor
macros before including the header, and then implement or use the
interface methods with the simple non-prefixed names instead.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-26 16:25:57 +01:00
..
client.c widl: Replace type_list_t with typeref_list_t. 2021-02-17 21:42:18 +01:00
expr.c widl: Support WinRT delegate type. 2021-02-18 22:39:33 +01:00
expr.h widl: Long constants must be 32-bit on all platforms. 2010-03-26 11:42:28 +01:00
hash.c widl: Compute uuids for parameterized types. 2021-02-18 22:39:33 +01:00
hash.h widl: Compute uuids for parameterized types. 2021-02-18 22:39:33 +01:00
header.c widl: Generate helper macros for WinRT implementation. 2021-02-26 16:25:57 +01:00
header.h widl: Support WinRT runtimeclass type parsing. 2021-01-28 09:41:46 +01:00
Makefile.in makefiles: Expand makedep path at compile time. 2020-09-09 20:30:31 +02:00
parser.h widl: Support midl_pragma default option. 2021-02-16 23:01:38 +01:00
parser.l widl: Support WinRT delegate type. 2021-02-18 22:39:33 +01:00
parser.y widl: Precompute qualified type names, and use them for C++ interfaces. 2021-02-19 23:46:30 +01:00
proxy.c widl: Output interface C names in method argument list. 2020-09-07 21:07:00 +02:00
register.c widl: Output a registry script for all interfaces written into the typelib. 2020-01-30 16:22:33 +01:00
server.c widl: Cast server functions to void *. 2020-04-09 21:04:04 +02:00
typegen.c widl: Support WinRT delegate type. 2021-02-18 22:39:33 +01:00
typegen.h widl: Generate correct size and alignment for all types. 2018-06-05 10:07:10 +02:00
typelib.c widl: Support WinRT delegate type. 2021-02-18 22:39:33 +01:00
typelib.h widl: Support generating multiple typelibs into the same resource file. 2018-10-16 13:48:36 +02:00
typelib_struct.h widl: Fix a variable name in a comment. 2019-09-02 20:46:58 +02:00
typetree.c widl: Generate helper macros for WinRT implementation. 2021-02-26 16:25:57 +01:00
typetree.h widl: Use C++ template implementation for parameterized types. 2021-02-25 22:39:21 +01:00
utils.c widl: Introduce new strappend helper. 2021-02-12 14:46:32 +01:00
utils.h widl: Introduce new strappend helper. 2021-02-12 14:46:32 +01:00
widl.c widl: Fix handling of output_name in option parsing. 2021-02-09 21:16:34 +01:00
widl.h widl: Add PPC64 support. 2021-02-09 13:03:47 +01:00
widl.man.in widl: Add --sysroot and --nostdinc options. 2019-11-02 13:55:16 +01:00
widltypes.h widl: Generate helper macros for WinRT implementation. 2021-02-26 16:25:57 +01:00
write_msft.c widl: Replace type_list_t with typeref_list_t. 2021-02-17 21:42:18 +01:00