mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-15 12:08:04 +02:00
indentation fix.
This commit is contained in:
parent
a8ca071d6a
commit
18466ba2ef
@ -30,16 +30,16 @@ extern const char *g_log_domain_gmodule;
|
|||||||
|
|
||||||
|
|
||||||
/* exporting and importing functions,
|
/* exporting and importing functions,
|
||||||
* we need autoconf support here for supporting windows.
|
* we need autoconf support here to feature Windows dll stubs.
|
||||||
*/
|
*/
|
||||||
#define G_MODULE_EXPORT
|
|
||||||
#define G_MODULE_IMPORT extern
|
#define G_MODULE_IMPORT extern
|
||||||
|
#define G_MODULE_EXPORT
|
||||||
|
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
G_MODULE_BIND_LAZY = 1 << 0,
|
G_MODULE_BIND_LAZY = 1 << 0,
|
||||||
G_MODULE_BIND_MASK = 0x01
|
G_MODULE_BIND_MASK = 0x01
|
||||||
} GModuleFlags;
|
} GModuleFlags;
|
||||||
|
|
||||||
typedef struct _GModule GModule;
|
typedef struct _GModule GModule;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user