mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 15:40:41 +02:00
fixed win32 compiling
git-svn-id: trunk@4737 -
This commit is contained in:
parent
3551674232
commit
7af4661240
@ -59,6 +59,7 @@ Install the units:
|
||||
|
||||
[]$ make -C rtl install OS_TARGET=win32
|
||||
[]$ make -C fcl install OS_TARGET=win32
|
||||
[]$ make -C packages install OS_TARGET=win32
|
||||
|
||||
This will create the correct directory structure, but probably in the wrong
|
||||
directory. Move the /usr/local/lib/fpc/<version>/i386-win32/units directory to
|
||||
|
@ -1833,7 +1833,6 @@ Var
|
||||
Buddy,Parent, Handle, Window: HWnd;
|
||||
Caption : String;
|
||||
CompStyle, Left, Top, Height, Width: Integer;
|
||||
DC: HDC;
|
||||
Flags,FlagsEx: DWord;
|
||||
DoSubClass: Boolean;
|
||||
StrTemp: PChar;
|
||||
@ -2808,6 +2807,9 @@ End;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.125 2003/10/29 19:47:29 mattias
|
||||
fixed win32 compiling
|
||||
|
||||
Revision 1.124 2003/10/29 15:24:28 micha
|
||||
fix popupmenu av
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user