Commit Graph

117 Commits

Author SHA1 Message Date
35c64bca84 Some code refactor for dosuname. 2021-03-11 05:29:49 +00:00
ebf91976c3 Use an enumeration for DOS flavor. 2021-03-11 05:22:27 +00:00
4a8f69152b Change dosuname to use a struct. 2021-03-11 05:10:45 +00:00
934f55bfd5 Add dosuname code. 2021-03-11 04:58:41 +00:00
3f35c03934 Minor type fixes to DOS. 2021-03-11 04:56:07 +00:00
8944c844c4 Minor type fixes to DOS. 2021-03-11 04:48:10 +00:00
90bf021197 Fix invalid references to char arrays in DOS. 2021-03-11 04:45:49 +00:00
055a54edbb Fix using signed return codes for DOS. 2021-03-11 04:44:00 +00:00
4542f64b00 Fix include files. 2021-03-11 04:38:38 +00:00
8d65e861d3 Set DOS timestamps using a for loop instead of repeating code. 2021-03-11 04:36:52 +00:00
dc69ae015a Set DOS attributes using a for loop instead of repeating code. 2021-03-11 04:20:58 +00:00
55a32327b1 Implement call for FAT32 GetDiskFreeEx() for DJGPP. 2021-03-11 03:35:35 +00:00
351be36e85 Clean includes for DOS. 2021-03-11 02:56:39 +00:00
71cd201bbb Fix different declaration of mkdir between Watcom and DJGPP. 2021-03-11 02:42:15 +00:00
138c55f887 Fix chdir declaration in DJGPP vs Watcom. 2021-03-11 02:31:41 +00:00
a97bc69276 Add endlines at end of DOS files. 2021-03-11 01:52:34 +00:00
9ce05e8aaf Add cmake file for cross compiling using DJGPP. 2021-03-09 19:35:16 +00:00
7f7555d3e3 Reformat. 2021-03-09 17:38:03 +00:00
32043cf7a2 Update cmake files. 2021-03-09 17:21:01 +00:00
90d64abce2 Split DOS code in several files. 2021-03-09 14:52:09 +00:00
d896e638a0 Move DOS source to a folder. 2021-03-09 13:57:35 +00:00
7b3c8becfb Add VSCode workspaces for OpenWatcom 2 on Linux. 2021-03-09 13:51:08 +00:00
af96977105 Reformat. 2021-03-09 12:59:27 +00:00
e3a2431fb9 Set Linux attributes using a for loop instead of repeating code. 2021-03-09 12:51:20 +00:00
73d4ee607a Set UNIX perms using a for loop instead of repeating code. 2021-03-09 05:28:51 +00:00
801383796d Split UNIX code. 2021-03-09 05:08:28 +00:00
1f5b9152f6 Remove AppleDouble files 2021-03-09 04:51:18 +00:00
00706e2838 Split Linux code. 2021-03-09 04:50:49 +00:00
6d9945d20b Fix file headers. 2021-03-09 04:42:30 +00:00
ccdb28a5f6 Move include files to folder. 2021-03-09 04:39:19 +00:00
92a052002c Fix file header. 2021-03-09 04:25:51 +00:00
451bbd357b Move unix and linux code to folders. 2021-03-09 04:24:32 +00:00
9ebfb0d644 Update copyright year. 2021-03-09 04:17:23 +00:00
71a814d595 Update copyright year. 2020-12-31 23:13:50 +00:00
a949e4c793 Change 64-bit printf argument for win32. 2020-05-07 17:34:02 +00:00
cfc63994de Fix printing Windows version. 2020-05-07 17:31:09 +00:00
46462f7b0b Add FS_LFN_APIS. 2020-05-07 18:20:52 +01:00
c847318feb Initialize verinfo in win32. 2020-05-07 18:20:28 +01:00
77046d27c6 Ignore more files. 2020-05-07 17:46:47 +01:00
59dc69a44f Declare NT functions as NTAPI. 2020-05-07 17:45:44 +01:00
b70564ee99 Create only 1000 files. 2020-05-07 17:44:52 +01:00
3c7407c0f6 Add project for Visual C++ 1.0. 2020-05-07 17:44:05 +01:00
e1d22ce8b6 Fix compilation on Visual C++ 1.0. 2020-05-03 04:49:50 +01:00
b3a4f619de Add Watcom 11 projects. 2020-05-03 04:49:05 +01:00
f0c12e64ab Fix compiling with Watcom 11. 2020-05-03 02:46:36 +01:00
7ae241b6a5 Add NetWare target. 2020-05-03 01:37:46 +01:00
9a2fe9578c Fix compilation in Watcom. 2020-05-03 01:16:36 +01:00
da429d1fba Reformatting. 2020-05-03 01:16:17 +01:00
5a2ecc4c17 Fix include ordering in clang format. 2020-05-03 01:15:15 +01:00
25e1dfe52c Add Visual Studio Code workspaces. 2020-05-03 01:15:01 +01:00