Add Borland C++ 3.1 (Minimal) for build.
This commit is contained in:
14
XTMax/Tools/BCC31/INCLUDE/_NFILE.H
Normal file
14
XTMax/Tools/BCC31/INCLUDE/_NFILE.H
Normal file
@@ -0,0 +1,14 @@
|
||||
/* _nfile.h
|
||||
|
||||
Maximum number of open files
|
||||
|
||||
Copyright (c) 1991, 1992 by Borland International
|
||||
All Rights Reserved.
|
||||
*/
|
||||
|
||||
#ifndef ___NFILE_H
|
||||
#define ___NFILE_H
|
||||
|
||||
#define _NFILE_ 20
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user