libDtSearch: Remove optional support for ancient DOS far pointer
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
/* Open a binary file for shared access
|
||||
*/
|
||||
int open_b(filenm, flags)
|
||||
CONST char FAR *filenm;
|
||||
CONST char *filenm;
|
||||
int flags;
|
||||
{
|
||||
int desc;
|
||||
|
||||
Reference in New Issue
Block a user