fixed win32 compiling

git-svn-id: trunk@4737 -
This commit is contained in:
mattias 2003-10-29 19:47:29 +00:00
parent 3551674232
commit 7af4661240
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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