From d5b82103597167ea476e31b4102e9a60dd9aeffa Mon Sep 17 00:00:00 2001 From: sergei Date: Wed, 28 Sep 2011 22:10:22 +0000 Subject: [PATCH] * typo ($ifdef window -> $ifdef windows) git-svn-id: trunk@19275 - --- tests/webtbs/tw19180.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};