mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-04 16:35:15 -05:00
Fix for Windows compilation
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@327 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
7a779be7ca
commit
edfce61a25
@ -159,7 +159,7 @@ begin
|
|||||||
if not assigned(CliW) then
|
if not assigned(CliW) then
|
||||||
CliW := TMWindow.Create;
|
CliW := TMWindow.Create;
|
||||||
WS := TMWindowSelector.Create(CliW);
|
WS := TMWindowSelector.Create(CliW);
|
||||||
CliW.SetTarget(WS.Drag);
|
CliW.SetTarget(WS.Drag{$IFDEF WINDOWS},w_Window{$ENDIF});
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
|
Loading…
Reference in New Issue
Block a user