diff options
author | Tor Lillqvist <tml@novell.com> | 2008-07-27 17:35:46 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-07-27 17:35:46 +0000 |
commit | 168c4d47087d2ae184e414be06b40441e49465aa (patch) | |
tree | 021cc7c5773e1c446ca9eb9fc8d85fb98bfe129c /gmodule/gmodule.def | |
parent | bd78e090575f64e53dce495788da58e1e53936a0 (diff) | |
download | glib-168c4d47087d2ae184e414be06b40441e49465aa.tar.gz |
New file.
2008-07-27 Tor Lillqvist <tml@novell.com>
* gmodule.symbols: New file.
* gmodule.c: Bypass the Windows ABI compatibility symbols on
64-bit Windows. Thus no need to keep the file name in system
codepage around on 64-bit Windows either.
* Makefile.am: Produce gmodule.def from gmodule.symbols. Dist
gmodule.symbols instead of gmodule.def.
* gmodule.def: Drop from SVN.
svn path=/trunk/; revision=7259
Diffstat (limited to 'gmodule/gmodule.def')
-rw-r--r-- | gmodule/gmodule.def | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gmodule/gmodule.def b/gmodule/gmodule.def deleted file mode 100644 index ef202a947..000000000 --- a/gmodule/gmodule.def +++ /dev/null @@ -1,11 +0,0 @@ -EXPORTS - g_module_build_path - g_module_close - g_module_error - g_module_make_resident - g_module_name PRIVATE - g_module_name_utf8 - g_module_open PRIVATE - g_module_open_utf8 - g_module_supported - g_module_symbol |