mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-29 13:23:31 +02:00
Remove alleged support for OS/2
In particular, remove the OS/2 GModule implementation (which AFAICT was never actually built even on OS/2). https://bugzilla.gnome.org/show_bug.cgi?id=710519
This commit is contained in:
@@ -788,10 +788,6 @@ g_get_user_database_entry (void)
|
||||
|
||||
#endif /* !HAVE_PWD_H */
|
||||
|
||||
#ifdef __EMX__
|
||||
/* change '\\' in %HOME% to '/' */
|
||||
g_strdelimit (e.home_dir, "\\",'/');
|
||||
#endif
|
||||
if (!e.user_name)
|
||||
e.user_name = g_strdup ("somebody");
|
||||
if (!e.real_name)
|
||||
|
Reference in New Issue
Block a user