mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-28 20:12:16 -05:00
Compilation fixes
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@582 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
865779c59a
commit
4974fca7b7
@ -35,6 +35,7 @@ uses
|
|||||||
controls,
|
controls,
|
||||||
graphics,
|
graphics,
|
||||||
forms,
|
forms,
|
||||||
|
mufasabase,
|
||||||
{$IFNDEF MSWINDOWS}x, xlib,xatom
|
{$IFNDEF MSWINDOWS}x, xlib,xatom
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
windows
|
windows
|
||||||
|
@ -27,7 +27,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, mufasatypes, xlib, x, xutil, IOManager, XKeyInput, ctypes, xtest, keysym,
|
Classes, SysUtils, mufasatypes, xlib, x, xutil, IOManager, XKeyInput, ctypes, xtest, keysym,
|
||||||
syncobjs;
|
syncobjs, mufasabase;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user