mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 252788 - GTK2 file picker patch fails to build on AIX.
r=caillon@gmail.com, sr=blizzard@mozilla.org
This commit is contained in:
parent
3282a5440d
commit
55127096a4
@ -66,8 +66,8 @@ static NS_DEFINE_CID(kXULFilePickerCID, XULFILEPICKER_CID);
|
||||
// We should then decide to load the component (or not) from the component mgr.
|
||||
// We don't really have a mechanism to do that, though....
|
||||
|
||||
typedef struct GtkFileChooser;
|
||||
typedef struct GtkFileFilter;
|
||||
typedef struct _GtkFileChooser GtkFileChooser;
|
||||
typedef struct _GtkFileFilter GtkFileFilter;
|
||||
|
||||
/* Copied from gtkfilechooser.h */
|
||||
typedef enum
|
||||
|
Loading…
Reference in New Issue
Block a user