mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
Fix safe_wspawnve #define
This commit is contained in:
committed by
Philip Withnall
parent
fb218fa737
commit
5602caee9d
@@ -163,7 +163,7 @@ safe_wspawnvpe (int _Mode,
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#define safe_wspawnve _spawnve
|
#define safe_wspawnve _wspawnve
|
||||||
#define safe_wspawnvpe _wspawnvpe
|
#define safe_wspawnvpe _wspawnvpe
|
||||||
|
|
||||||
#endif /* _UCRT */
|
#endif /* _UCRT */
|
||||||
|
Reference in New Issue
Block a user