Changeset a006d475 for window.h


Ignore:
Timestamp:
Jun 19, 2011, 12:04:19 AM (13 years ago)
Author:
GitHub Merge Button <merge-button@github.com>
Parents:
e93dd78 (diff), 28da2da (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge 28da2daf4548256b44d1fd586200032e96462d57 into e93dd785a2e76aa0dc14ecd56fd2c61b3598bc96
File:
1 edited

Legend:

Unmodified
Added
Removed
  • window.h

    r4cc49bc ra006d475  
    55#include <glib-object.h>
    66
    7 #ifdef HAVE_STDBOOL_H
    87#include <stdbool.h>
    9 #else
    10 #ifndef HAVE__BOOL
    11 #define _Bool signed char
    12 #endif
    13 #define bool _Bool
    14 #define false 0
    15 #define true 1
    16 #define __bool_true_false_are_defined 1
    17 #endif  /* HAVE_STDBOOL_H */
    188
    199G_BEGIN_DECLS
Note: See TracChangeset for help on using the changeset viewer.