diff options
author | Tim Janik <timj@src.gnome.org> | 1998-08-17 06:29:22 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-08-17 06:29:22 +0000 |
commit | 18466ba2efe3d65fa0c4cb1a30cd75d29ac90530 (patch) | |
tree | 190920ac5ed1271f250eebd630a8f48c2257245e /gmodule/gmodule.h | |
parent | a8ca071d6a04b801307b8d141014d811a0f6ca27 (diff) | |
download | glib-18466ba2efe3d65fa0c4cb1a30cd75d29ac90530.tar.gz glib-18466ba2efe3d65fa0c4cb1a30cd75d29ac90530.tar.bz2 glib-18466ba2efe3d65fa0c4cb1a30cd75d29ac90530.zip |
indentation fix.
Diffstat (limited to 'gmodule/gmodule.h')
-rw-r--r-- | gmodule/gmodule.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gmodule/gmodule.h b/gmodule/gmodule.h index 581aaf95c..21788e3ab 100644 --- a/gmodule/gmodule.h +++ b/gmodule/gmodule.h @@ -30,16 +30,16 @@ extern const char *g_log_domain_gmodule; /* 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_EXPORT typedef enum { G_MODULE_BIND_LAZY = 1 << 0, - G_MODULE_BIND_MASK = 0x01 + G_MODULE_BIND_MASK = 0x01 } GModuleFlags; typedef struct _GModule GModule; |