diff --git a/tests/webtbs/tw19180.pp b/tests/webtbs/tw19180.pp index d42e7d2819..eba0a419d8 100644 --- a/tests/webtbs/tw19180.pp +++ b/tests/webtbs/tw19180.pp @@ -28,7 +28,7 @@ type public constructor Create(const AController: TObject); - function QueryInterface(constref IID: TGUID; out Intf): HResult; virtual; {$ifdef window}stdcall{$else}cdecl{$endif}; + function QueryInterface(constref IID: TGUID; out Intf): HResult; virtual; {$ifdef windows}stdcall{$else}cdecl{$endif}; function _AddRef: LongInt; virtual; {$ifdef windows}stdcall{$else}cdecl{$endif}; function _Release: LongInt; virtual; {$ifdef windows}stdcall{$else}cdecl{$endif};