Differences From Artifact [63f397cc49]:
- File src/OFURLHandler_file.m — part of check-in [d502e741c4] at 2018-05-20 11:33:54 on branch trunk — OFURLHandler_file: Fix a typo (user: js, size: 28094) [annotate] [blame] [check-ins using]
To Artifact [78d1e3fb39]:
- File
src/OFURLHandler_file.m
— part of check-in
[b31bd48f90]
at
2018-05-26 14:49:26
on branch trunk
— Remove #define INTUITION_CLASSES_H hack
This has been fixed upstream in amiga-gcc. (user: js, size: 28032) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
63 64 65 66 67 68 69 | #ifdef OF_WINDOWS # include <windows.h> # include <direct.h> # include <ntdef.h> #endif #ifdef OF_AMIGAOS | < < < | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | #ifdef OF_WINDOWS # include <windows.h> # include <direct.h> # include <ntdef.h> #endif #ifdef OF_AMIGAOS # include <proto/dos.h> # include <proto/locale.h> #endif #if defined(OF_WINDOWS) typedef struct __stat64 of_stat_t; #elif defined(OF_AMIGAOS) |
︙ | ︙ |