Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / setup_gccxml.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/setup_gccxml.h
3 // Purpose: setup.h settings for gccxml (see utils/ifacecheck)
4 // Author: Francesco Montorsi
5 // Modified by:
6 // RCS-ID: $Id$
7 // Copyright: (c) Francesco Montorsi
8 // Licence: wxWindows licence
9 ///////////////////////////////////////////////////////////////////////////////
10
11 /*
12 This file is included by wx/platform.h when gccxml is detected.
13
14 Here we fix some of the things declared in the real setup.h which gccxml doesn't
15 like.
16 */
17
18
19 // gccxml 0.9.0 doesn't like the fcntl2.h which is part of GNU C library
20 // (at least it doesn't on x86_64 systems!)
21 #define _FCNTL_H
22 int open (const char *__path, int __oflag, ...);
23