mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-02 12:51:07 +00:00
backport bugfix for #19872
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@25179 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ad75f69f6a
commit
6ad274923d
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-05-16 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Headers/Foundation/NSNetServices.h: fix bug #19872
|
||||||
|
|
||||||
2007-05-02 Nicola Pero <nicola.pero@meta-innovation.com>
|
2007-05-02 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||||
|
|
||||||
* configure.ac: Set GNUSTEP_MAKEFILES to CURRENT_GNUSTEP_MAKEFILES
|
* configure.ac: Set GNUSTEP_MAKEFILES to CURRENT_GNUSTEP_MAKEFILES
|
||||||
|
|
|
@ -434,5 +434,9 @@ GS_EXPORT NSString * const NSNetServicesErrorDomain;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __NSNetServices_h_GNUSTEP_BASE_INCLUDE */
|
#endif /* __NSNetServices_h_GNUSTEP_BASE_INCLUDE */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue