mirror of
https://github.com/LIV2/amitools.git
synced 2025-12-06 06:32:47 +00:00
fixed new libnix call style
This commit is contained in:
parent
aee09a4f33
commit
d3fa4b540b
@ -19,7 +19,8 @@ int __UserLibInit(struct Library *myLib)
|
||||
myLibPtr = myLib;
|
||||
|
||||
SysBase = *(struct ExecBase **)4L;
|
||||
return (DOSBase=(struct DosLibrary *)OpenLibrary("dos.library",33L))!=NULL;
|
||||
DOSBase=(struct DosLibrary *)OpenLibrary("dos.library",33L);
|
||||
return DOSBase==NULL;
|
||||
}
|
||||
|
||||
void __UserLibCleanup(void)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user