fixed win32/wince compilation

git-svn-id: trunk@8670 -
This commit is contained in:
mattias 2006-01-31 13:57:43 +00:00
parent 1ef1568abb
commit ebb80e5949
4 changed files with 5 additions and 11 deletions

View File

@ -117,11 +117,6 @@ begin
end;
end;
function GetProjectSessionsConfigPath: String;
begin
Result:=AppendPathDelim(GetPrimaryConfigPath)+'projectsessions';
end;
{---------------------------------------------------------------------------
function CreateCompilerTestPascalFilename: string;
---------------------------------------------------------------------------}

View File

@ -155,6 +155,11 @@ begin
List.Free;
end;
function GetProjectSessionsConfigPath: String;
begin
Result:=AppendPathDelim(GetPrimaryConfigPath)+'projectsessions';
end;
function GetDefaultTargetCPU: string;
begin
Result:='undefined';

View File

@ -57,11 +57,6 @@ begin
);
end;
function TWinCEWidgetSet.BringWindowToTop(hWnd: HWND): Boolean;
begin
Result:=inherited BringWindowToTop(hWnd);
end;
function TWinCEWidgetSet.CallNextHookEx(hHk: HHOOK; ncode: Integer;
wParam: WParam; lParam: LParam): Integer;
begin

View File

@ -42,7 +42,6 @@ function AngleChord(DC: HDC; x,y,width,height,angle1,angle2 : Integer): Boolean;
function BeginPaint(Handle: hWnd; Var PS : TPaintStruct) : hdc; override;
function BitBlt(DestDC: HDC; X, Y, Width, Height: Integer; SrcDC: HDC; XSrc, YSrc: Integer; Rop: DWORD): Boolean; override;
Function BringWindowToTop(hWnd : HWND): Boolean; override;
function CallNextHookEx(hHk: HHOOK; ncode : Integer; wParam: WParam; lParam : LParam) : Integer; override;
Function CallWindowProc(lpPrevWndFunc : TFarProc; Handle : HWND; Msg : UINT; wParam: WParam; lParam : lParam) : Integer; override;