Skip to content
Snippets Groups Projects
Commit b1fcb452 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

MSVC 1.5c defines _MSDOS, not __MSDOS__

This change needed to build dosxtrn.exe (again).
parent 27dfa4f6
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -199,7 +199,7 @@ typedef ulong uint32_t;
#endif
#if !defined(__MSDOS__)
#if !defined(_MSDOS)
#if defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__)
typedef SSIZE_T ssize_t;
typedef signed __int64 int64_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment