A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/python/cpython/commit/b71c7dc9ddd6997be49ed6aaabf99a067e2c0388 below:

Drop support of MS-DOS · python/cpython@b71c7dc · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-4

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-4

lines changed Original file line number Diff line number Diff line change

@@ -7,15 +7,12 @@ extern "C" {

7 7 8 8

/* Operating system dependencies */

9 9 10 -

/* Mod by chrish: QNX has WATCOM, but isn't DOS */

11 -

#if !defined(__QNX__)

12 -

#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__)

10 +

#ifdef MS_WINDOWS

13 11

#define SEP L'\\'

14 12

#define ALTSEP L'/'

15 13

#define MAXPATHLEN 256

16 14

#define DELIM L';'

17 15

#endif

18 -

#endif

19 16 20 17

/* Filename separator */

21 18

#ifndef SEP

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4