mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
168c4d4708
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
15 lines
234 B
Plaintext
15 lines
234 B
Plaintext
g_module_build_path
|
|
g_module_close
|
|
g_module_error
|
|
g_module_make_resident
|
|
#ifndef _WIN64
|
|
g_module_name PRIVATE
|
|
#endif
|
|
g_module_name_utf8
|
|
#ifndef _WIN64
|
|
g_module_open PRIVATE
|
|
#endif
|
|
g_module_open_utf8
|
|
g_module_supported
|
|
g_module_symbol
|