mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 11:50:48 +00:00
Merge from 0.8.5 branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16250 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ae1ab06409
commit
ceb2323c0b
30 changed files with 321 additions and 1281 deletions
|
@ -23,10 +23,14 @@
|
|||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSFileManager.h>
|
||||
#import <Foundation/NSPathUtilities.h>
|
||||
#ifndef GNUSTEP
|
||||
#include <Foundation/Foundation.h>
|
||||
#else
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSPathUtilities.h>
|
||||
#endif
|
||||
|
||||
#include "gnustep/gui/GMArchiver.h"
|
||||
#include "gnustep/gui/IMLoading.h"
|
||||
|
@ -204,7 +208,7 @@ BOOL _fileOwnerDecoded = NO;
|
|||
|
||||
|
||||
#if GNU_RUNTIME
|
||||
#import "IMConnectors.h"
|
||||
#include "IMConnectors.h"
|
||||
|
||||
static void __dummyFunctionForLinking (void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue