From <Someone>.

] Attached are changes to the makefile and a small change to get dlb
] working correctly.
This commit is contained in:
jwalz
2002-03-31 22:56:30 +00:00
parent 11856d20b7
commit 1d656d8f00
2 changed files with 32 additions and 29 deletions

View File

@@ -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+"