Kaydet (Commit) dd197e91 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added __WATCOMC__ as DOS compiler.

üst 39c2aae1
...@@ -37,7 +37,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -37,7 +37,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define DELIM '\n' #define DELIM '\n'
#endif #endif
#if defined(MSDOS) || defined(NT) || defined(__BORLANDC__) #if defined(MSDOS) || defined(NT) || defined(__BORLANDC__) || defined(__WATCOMC__)
#define SEP '\\' #define SEP '\\'
#define MAXPATHLEN 256 #define MAXPATHLEN 256
#define DELIM ';' #define DELIM ';'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment