From: Alexandre Julliard Subject: Re: [PATCH] riched20: Avoid using GCC's typeof extension Message-Id: <875zyuc1hl.fsf@winehq.org> Date: Mon, 24 Sep 2018 18:19:02 +0200 In-Reply-To: <20180921033407.4193-1-alexhenrie24@gmail.com> (Alex Henrie's message of "Thu, 20 Sep 2018 21:34:07 -0600") References: <20180921033407.4193-1-alexhenrie24@gmail.com> Alex Henrie writes: > Signed-off-by: Alex Henrie > --- > dlls/riched20/txthost.c | 86 ++++++++++++++++++++--------------------- > dlls/riched20/txtsrv.c | 4 +- > 2 files changed, 45 insertions(+), 45 deletions(-) It breaks the Windows build: /usr/bin/i686-w64-mingw32-ld: txthost.o:txthost.c:(.rdata+0xec): undefined reference to `__stdcall_ITextHostImpl_TxGetDC' /usr/bin/i686-w64-mingw32-ld: txthost.o:txthost.c:(.rdata+0xf0): undefined reference to `__stdcall_ITextHostImpl_TxReleaseDC' /usr/bin/i686-w64-mingw32-ld: txthost.o:txthost.c:(.rdata+0xf4): undefined reference to `__stdcall_ITextHostImpl_TxShowScrollBar' /usr/bin/i686-w64-mingw32-ld: txthost.o:txthost.c:(.rdata+0xf8): undefined reference to `__stdcall_ITextHostImpl_TxEnableScrollBar' /usr/bin/i686-w64-mingw32-ld: txthost.o:txthost.c:(.rdata+0xfc): undefined reference to `__stdcall_ITextHostImpl_TxSetScrollRange' etc. -- Alexandre Julliard julliard@winehq.org