From <Someone>.
] Attached are changes to the makefile and a small change to get dlb ] working correctly.
This commit is contained in:
@@ -125,7 +125,7 @@ long FDECL(dlb_ftell, (DLB_P));
|
||||
#endif
|
||||
|
||||
#define RDTMODE "r"
|
||||
#if (defined(MSDOS) || defined(WIN32) || defined(TOS)) && defined(DLB)
|
||||
#if (defined(MSDOS) || defined(WIN32) || defined(TOS) || defined(OS2)) && defined(DLB)
|
||||
#define WRTMODE "w+b"
|
||||
#else
|
||||
#define WRTMODE "w+"
|
||||
|
||||
Reference in New Issue
Block a user