Differences From Artifact [26bae693c9]:
- File
src/OFSettings_INIFile.m
— part of check-in
[13ee56edf3]
at
2014-06-21 21:43:43
on branch trunk
— Move all macros from OFObject.h to macros.h
This means that OFObject.h imports macros.h now, making it unnecessary
to manually import macros.h in almost every file. And while at it, also
import autorelease.h in OFObject.h, so that this doesn't need to be
manually imported in almost every file as well. (user: js, size: 6397) [annotate] [blame] [check-ins using]
To Artifact [faaf323fbb]:
- File src/OFSettings_INIFile.m — part of check-in [083e05b444] at 2014-07-19 16:16:32 on branch trunk — Fix MinGW32 build (user: js, size: 6417) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | * file. */ #include "config.h" #import "OFSettings_INIFile.h" #import "OFString.h" #import "OFINIFile.h" #import "OFSystemInfo.h" @implementation OFSettings_INIFile - initWithApplicationName: (OFString*)applicationName { self = [super initWithApplicationName: applicationName]; | > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | * file. */ #include "config.h" #import "OFSettings_INIFile.h" #import "OFString.h" #import "OFArray.h" #import "OFINIFile.h" #import "OFSystemInfo.h" @implementation OFSettings_INIFile - initWithApplicationName: (OFString*)applicationName { self = [super initWithApplicationName: applicationName]; |
︙ | ︙ |