aboutsummaryrefslogtreecommitdiff
path: root/Source/FramesteinLib.dpr
diff options
context:
space:
mode:
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;