Commit Graph

356 Commits

Author SHA1 Message Date
6c75daa1ae Fix include paths for OS/2. 2021-03-14 18:51:47 +00:00
7c5f015623 Fixed type sizes. 2021-03-14 18:51:29 +00:00
1fa25644d1 Remove some unused code. 2021-03-14 18:50:14 +00:00
b1f7226cfa Fix dereferencing strings. 2021-03-14 18:12:56 +00:00
4b75cd3e71 Remove preprocessor guards by OS. Project should now only include the needed files. 2021-03-14 14:38:51 +00:00
9aa53cad57 Reformat code. 2021-03-14 07:16:30 +00:00
10efebaef6 Remove unused MacOS code. 2021-03-14 07:13:13 +00:00
8b1843731f Set MacOS timestamps using a for loop instead of repeating code. 2021-03-14 06:59:15 +00:00
c47a41cecc Replace calls to HSetFInfo() with PBHSetFInfoSync(). 2021-03-14 06:44:56 +00:00
6e71a9c25d Set MacOS attributes using a for loop instead of repeating code. 2021-03-14 06:31:44 +00:00
80cfc123a1 Remove sync/async definitions. Use sync functions for MacOS. 2021-03-14 05:07:03 +00:00
5c109c184b Change directory creation API call for MacOS. 2021-03-14 04:55:42 +00:00
88161c7a0d Show cmake detected system and processor. 2021-03-14 00:50:43 +00:00
964e01b4fb Split includes for MacOS. 2021-03-12 15:28:17 +00:00
e5031597fd Add missing definitions for Retro68. 2021-03-12 15:21:59 +00:00
8dfdff7b60 Guard inclusion of FileTypesAndCreators.h depending on presence. 2021-03-12 13:40:11 +00:00
06f45f0e35 Guard inclusion of SIOUX depending on compiled by CodeWarrior. 2021-03-12 13:38:11 +00:00
889512dbc7 Guard inclusion of Aliases.h depending on presence. 2021-03-12 13:37:52 +00:00
41ace8fa4c Add cmake file for cross compiling using Retro68. 2021-03-12 13:03:29 +00:00
5b90ff5252 Split MacOS code. 2021-03-12 01:31:24 +00:00
24ed3e25d6 Split NetWare code. 2021-03-12 01:15:23 +00:00
ec816ee56b Fix OS/2 declarations. 2021-03-12 01:00:33 +00:00
b409aaa371 Merge OS/2 volume information code. 2021-03-12 00:58:36 +00:00
bcde8e1d3f Merge OS/2 timestamps code. 2021-03-12 00:52:20 +00:00
14148fffce Merge OS/2 sparse code. 2021-03-12 00:45:22 +00:00
cc2b377fbd Merge OS/2 resource fork code. 2021-03-12 00:15:00 +00:00
27d8b52e7e Merge OS/2 permissions code. 2021-03-12 00:14:03 +00:00
9e3696943a Merge OS/2 links code. 2021-03-12 00:12:29 +00:00
3267639325 Merge OS/2 fragments code. 2021-03-12 00:11:20 +00:00
52fae99931 Merge OS/2 files code. 2021-03-12 00:09:11 +00:00
d2ff4a2dda Merge OS/2 filename code. 2021-03-12 00:07:06 +00:00
8e10a1f898 Merge OS/2 directory depth code. 2021-03-12 00:05:02 +00:00
8f3853bc1f Merge OS/2 deleted code. 2021-03-12 00:02:48 +00:00
2a2962bd3e Use common actionTaken variable type for OS/2. 2021-03-11 23:59:34 +00:00
7bd02b2150 Merge OS/2 attribute code. 2021-03-11 23:57:11 +00:00
e9df0c720c Split OS/2 code. 2021-03-11 22:35:45 +00:00
ae3c945e2c Move win32 definitions to nearest include. 2021-03-11 22:03:17 +00:00
bfa84533d4 Set win32 timestamps using a for loop instead of repeating code. 2021-03-11 21:55:39 +00:00
8433f998b9 Fix win32 definitions. 2021-03-11 18:35:06 +00:00
efba8a1600 Set win32 attributes using a for loop instead of repeating code. 2021-03-11 18:05:54 +00:00
c5c588a772 Add IDEA project files. 2021-03-11 16:58:20 +00:00
b88a3aff8d Split win32 code. 2021-03-11 16:51:04 +00:00
14a25c8510 Add cmake file for cross compiling using MingW. 2021-03-11 13:35:13 +00:00
4505855d11 Move Win32 source to a folder. 2021-03-11 13:34:45 +00:00
4907884a88 Use dosuname to detect the DOS kind and version. 2021-03-11 05:39:01 +00:00
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