From 9cd39600d43c90045b0da6873900881449e6d609 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Sun, 12 Apr 2020 12:19:13 -0500 Subject: Partly fix issue #183, lineTrace:on --- tests/include/tast2.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tests/include') diff --git a/tests/include/tast2.h b/tests/include/tast2.h index f4cd201..4854eb7 100644 --- a/tests/include/tast2.h +++ b/tests/include/tast2.h @@ -155,6 +155,12 @@ typedef struct { int flags; } BASS_DEVICEINFO; +// Issue #183 +struct GPU_Target +{ + int w, *h; + char *x, y, **z; +}; @@ -305,6 +311,13 @@ typedef struct { int flags; } BASS_DEVICEINFO; +// Issue #183 +struct GPU_Target +{ + int w, *h; + char *x, y, **z; +}; + #endif -- cgit v1.2.3