mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Added include guards
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14436 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
46630bd6de
commit
8d8c5d93ff
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Sep 13 09:36:06 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Headers/gnustep/gui/NSNibDeclarations.h: Added include guards.
|
||||
|
||||
2002-09-11 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
||||
|
||||
* Source/NSText.m ([NSText -initWithCoder:]):
|
||||
|
|
|
@ -27,8 +27,12 @@
|
|||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef _NSNibDeclarations_H_
|
||||
#define _NSNibDeclarations_H_
|
||||
|
||||
#ifndef STRICT_OPENSTEP
|
||||
#define IBOutlet
|
||||
#define IBAction void
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue