mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
libDtSearch: Remove optional support for ancient DOS far pointer
This commit is contained in:
parent
94e69a00a7
commit
144bca4af7
97 changed files with 1018 additions and 1022 deletions
|
|
@ -54,7 +54,7 @@ LOCK_DECL
|
|||
db_status = S_OKAY;
|
||||
if ( ! db_glob_init ) {
|
||||
#ifdef MULTI_TASK
|
||||
Currtask.v.ptr = (TASK FAR *)&db_global;
|
||||
Currtask.v.ptr = (TASK *)&db_global;
|
||||
#endif
|
||||
taskinit(&db_global);
|
||||
db_glob_init = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue