mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 04:40:44 +00:00
* EOControl/EOControl.h
include GNUstepBase/GNUstep.h on non-GNUSTEP platforms git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30848 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1f508f3bc5
commit
c92380c725
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
2010-06-24 David Wetzel <dave@turbocat.de>
|
||||
* EOControl/EOControl.h
|
||||
include GNUstepBase/GNUstep.h on non-GNUSTEP platforms
|
||||
2010-06-24 David Wetzel <dave@turbocat.de>
|
||||
* Apps/EOModelEditor/CodeGenerator.m
|
||||
-updateNeededForFileAtPath:content:canOverwrite:
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
#ifndef __EOControl_h__
|
||||
#define __EOControl_h__
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOSortOrdering.h>
|
||||
#include <EOControl/EOFetchSpecification.h>
|
||||
|
|
Loading…
Reference in a new issue