[dos] update FreeDOS to version 1.3

* FreeDOS 1.3 has just been released. Yay! :)
* Closes #1740
* Also addresses 2 warnings reported by Coverity.
This commit is contained in:
Pete Batard 2022-02-21 20:02:53 +00:00
parent 89db56acbc
commit 42483d23ed
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
7 changed files with 16 additions and 26 deletions

View file

@ -65,7 +65,6 @@ typedef struct _TIME_FIELDS {
short Minute;
short Second;
short Milliseconds;
short Weekday;
} TIME_FIELDS, *PTIME_FIELDS;
#define ARGUMENT_PRESENT(ArgumentPointer) \