Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 175a9ea

Browse files
committed
Pre-define MS-DOS separator
1 parent eba1b5e commit 175a9ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Python/import.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4040
#define SEP ':'
4141
#endif
4242

43+
#ifdef MSDOS
44+
#define SEP '\\'
45+
#endif
46+
4347
#ifndef SEP
4448
#define SEP '/'
4549
#endif

0 commit comments

Comments
 (0)