aboutsummaryrefslogtreecommitdiff
path: root/Source/FramesteinLib.dpr
diff options
context:
space:
mode:
authorJuha Vehviläinen <jusu@users.sourceforge.net>2002-09-22 20:53:10 +0000
committerJuha Vehviläinen <jusu@users.sourceforge.net>2002-09-22 20:53:10 +0000
commit163a66302667158daef63e4a88a32002a5c1831a (patch)
tree3500e381fcdbada5db0cdcc7c8ad7b8967d4bcaa /Source/FramesteinLib.dpr
parent3bd43c9d18e565e193e555f9de0ce916f8faf807 (diff)
cleaned up compiler files (*.exp *.lib *.obj) from project / lightspeed-plugin
svn path=/trunk/Framestein/; revision=136
Diffstat (limited to 'Source/FramesteinLib.dpr')
-rw-r--r--Source/FramesteinLib.dpr6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/FramesteinLib.dpr b/Source/FramesteinLib.dpr
index c6b10ac..1f1c7d1 100644
--- a/Source/FramesteinLib.dpr
+++ b/Source/FramesteinLib.dpr
@@ -37,14 +37,14 @@ uses
{$R *.RES}
-function framestein_setup: Longint; stdcall;
+function framesteinlib_setup: Longint; stdcall;
begin
- MainT := TMainThread.Create(False);
+ mainunit.MainT := TMainThread.Create(False);
Result := 0;
end;
exports
- framestein_setup;
+ framesteinlib_setup;
var
SaveExit: Pointer;