Differences From Artifact [bd2c9036f6]:
- File src/OFFileIRIHandler.m — part of check-in [1576930485] at 2023-01-23 22:46:25 on branch trunk — Support for extended attributes on macOS (user: js, size: 40786) [annotate] [blame] [check-ins using]
To Artifact [67787a62da]:
- File src/OFFileIRIHandler.m — part of check-in [abbed5c008] at 2023-04-10 15:08:39 on branch trunk — Work around newer amiga-gcc defining Class (user: js, size: 40830) [annotate] [blame] [check-ins using]
︙ | |||
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | + + | # include <windows.h> # include <direct.h> # include <ntdef.h> # include <wchar.h> #endif #ifdef OF_AMIGAOS # define Class IntuitionClass # include <proto/exec.h> # include <proto/dos.h> # include <proto/locale.h> # undef Class # ifdef OF_AMIGAOS4 # define DeleteFile(path) Delete(path) # endif #endif #if defined(OF_WINDOWS) || defined(OF_AMIGAOS) typedef struct { |
︙ |