1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00
wine/dlls/d2d1
Dmitry Timoshkov 3f36d7e25b d2d1/tests: Fix compilation with clang.
../wine.src/dlls/d2d1/tests/d2d1.c:11078:11: error: cannot combine with previous 'type-name' declaration specifier
    INT32 _int32;
          ^
../wine.src/dlls/d2d1/tests/d2d1.c:11078:5: warning: declaration does not declare anything [-Wmissing-declarations]
    INT32 _int32;
    ^~~~~~~~~~~~

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-07-05 19:13:36 +02:00
..
tests d2d1/tests: Fix compilation with clang. 2022-07-05 19:13:36 +02:00
bitmap_render_target.c d2d1: Use CRT memory allocation functions. 2022-06-20 10:38:19 +02:00
bitmap.c d2d1: Use CRT memory allocation functions. 2022-06-20 10:38:19 +02:00
brush.c d2d1: Use CRT memory allocation functions. 2022-06-20 10:38:19 +02:00
d2d1_private.h d2d1/effect: Keep builtin effects in the same list as the custom once. 2022-07-05 12:34:03 +02:00
d2d1.spec
dc_render_target.c d2d1: Use CRT memory allocation functions. 2022-06-20 10:38:19 +02:00
device.c d2d1: Move effect object creation to effect.c. 2022-06-27 11:23:32 +02:00
effect.c d2d1/effect: Keep builtin effects in the same list as the custom once. 2022-07-05 12:34:03 +02:00
factory.c d2d1: Implement GetRegisteredEffects(). 2022-07-05 12:34:03 +02:00
geometry.c d2d1: Use CRT memory allocation functions. 2022-06-20 10:38:19 +02:00
hwnd_render_target.c d2d1: Use CRT memory allocation functions. 2022-06-20 10:38:19 +02:00
layer.c d2d1: Use CRT memory allocation functions. 2022-06-20 10:38:19 +02:00
Makefile.in d2d1: Partially implement RegisterEffectFromStream(). 2022-06-20 10:38:19 +02:00
mesh.c d2d1: Use CRT memory allocation functions. 2022-06-20 10:38:19 +02:00
state_block.c d2d1: Use CRT memory allocation functions. 2022-06-20 10:38:19 +02:00
stroke.c d2d1: Use CRT memory allocation functions. 2022-06-20 10:38:19 +02:00
version.rc
wic_render_target.c d2d1: Use CRT memory allocation functions. 2022-06-20 10:38:19 +02:00